MessageInputMentionCandidateBuilder typedef
MessageInputMentionCandidateBuilder =
Widget Function(BuildContext context, MessageInputMentionCandidate candidate)
Builds a mention candidate row.
Implementation
typedef MessageInputMentionCandidateBuilder =
Widget Function(
BuildContext context,
MessageInputMentionCandidate candidate,
);