replyPreviewBuilder property

Widget Function(BuildContext, ChatMessage, void (String messageId))? replyPreviewBuilder
final

Custom reply preview builder. The third parameter is the callback to scroll to the replied message.

Implementation

final Widget Function(BuildContext, ChatMessage, void Function(String messageId))? replyPreviewBuilder;