newReceiveMessageNotificationBuilder property

Widget Function(BuildContext, Message)? newReceiveMessageNotificationBuilder
final

Builder for new message notification widget.

Called when a new message is received while the user is not at the bottom. Typically shows a "new message" indicator.

Implementation

final Widget Function(BuildContext, Message)?
    newReceiveMessageNotificationBuilder;