MentionWord constructor

MentionWord({
  1. required String trigger,
  2. TextStyle? style,
  3. String? id,
})

Implementation

MentionWord({
  required this.trigger,
  this.style,
  this.id,
});