replyPopupBuilder property

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

Provides builder for creating reply pop-up widget.

Implementation

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