receiptsBuilder property

Widget Function(MessageStatus status)? receiptsBuilder
final

The builder that builds widget that right next to the senders message bubble. Right now it's implemented to show animation only at the last message just like instagram. By default sendMessageAnimationBuilder

Implementation

final Widget Function(MessageStatus status)? receiptsBuilder;