replyPopupBuilder property

Widget Function(Message message, bool sentByCurrentUser)? replyPopupBuilder
final

Provides builder for creating reply pop-up widget.

Implementation

final Widget Function(Message message, bool sentByCurrentUser)?
    replyPopupBuilder;