CustomMessageReplyViewBuilder typedef
CustomMessageReplyViewBuilder =
Widget Function(ReplyMessage state)
customMessageType view for a reply of custom message type
Implementation
typedef CustomMessageReplyViewBuilder = Widget Function(
ReplyMessage state,
);