menu
simply_mentions package
documentation
text/mention_text_editing_controller.dart
MentionObject
MentionObject.new const constructor
MentionObject.new const constructor
dark_mode
light_mode
MentionObject
constructor
const
MentionObject
(
{
required
String
id
,
required
String
displayName
,
String
?
avatarUrl
,
})
Implementation
const MentionObject({ required this.id, required this.displayName, this.avatarUrl, });
simply_mentions package
documentation
text/mention_text_editing_controller
MentionObject
MentionObject.new const constructor
MentionObject class