NiceTypingIndicator constructor

const NiceTypingIndicator({
  1. Key? key,
  2. List<String>? typingUsers,
  3. bool animate = true,
  4. Color? color,
})

Implementation

const NiceTypingIndicator({
  super.key,
  this.typingUsers,
  this.animate = true,
  this.color,
});