BubbleStyle constructor
BubbleStyle({
- double? elevation,
- AgentBubble agent = const AgentBubble(),
- VisitorBubble visitor = const VisitorBubble(),
Implementation
BubbleStyle({
this.elevation,
this.agent = const AgentBubble(),
this.visitor = const VisitorBubble(),
});