Mention constructor
Mention({
- required String triggerAnnotation,
- List<
MentionData> data = const [], - TextStyle? highlightStyle,
Implementation
Mention({
required this.triggerAnnotation,
this.data = const [],
this.highlightStyle,
});