IsTypingIndicator constructor
const
IsTypingIndicator({})
Creates an animated typing indicator.
Implementation
const IsTypingIndicator({
super.key,
this.size = 6,
this.color,
this.duration = const Duration(milliseconds: 150),
this.spacing = 3,
});