BubbleTypingIndicator constructor
const
BubbleTypingIndicator({})
Implementation
const BubbleTypingIndicator({
super.key,
this.color,
this.bubbleSize = 8.0,
this.spacing = 4.0,
this.animationDuration = const Duration(milliseconds: 1500),
this.bubbleCount = 3,
});