ReplyPopupBuilder typedef

ReplyPopupBuilder = Widget Function(Message message, bool sentByCurrentUser)

Implementation

typedef ReplyPopupBuilder = Widget Function(
  Message message,
  bool sentByCurrentUser,
);