StreamUnreadIndicator constructor

const StreamUnreadIndicator({
  1. Key? key,
  2. String? cid,
})

Shows an unread indicator for a message.

Implementation

const StreamUnreadIndicator({
  super.key,
  this.cid,
});