TypingIndicator constructor

const TypingIndicator({
  1. Key? key,
  2. required BubbleRtlAlignment bubbleAlignment,
  3. TypingIndicatorOptions options = const TypingIndicatorOptions(),
  4. required bool showIndicator,
})

Implementation

const TypingIndicator({
  super.key,
  required this.bubbleAlignment,
  this.options = const TypingIndicatorOptions(),
  required this.showIndicator,
});