Overview
TheCometChatMentionsFormatter class formats mentions within text messages displayed in the chat interface. For the base CometChatTextFormatter API, see Text Formatters.
Usage
PassCometChatMentionsFormatter to the textFormatters property of widgets like CometChatConversations, CometChatMessageList, or CometChatMessageComposer.
- Dart
Actions
onMentionTap
Setting a listener for mention-click events in Message Bubbles. This listener is activated when a mention is clicked, returning the corresponding user object.- Dart
Customization
Advanced
Composer Mention Text Style
- Dart
Message Bubble Mention Text Style
- Dart
Conversations Mention Text Style
- Dart