Mention constructor

Mention({
  1. required String triggerAnnotation,
  2. List<MentionData> data = const [],
  3. TextStyle? highlightStyle,
})

Implementation

Mention({
  required this.triggerAnnotation,
  this.data = const [],
  this.highlightStyle,
});