menu
mention_input package
documentation
models/selection_word.model.dart
SelectionWord
SelectionWord constructor
SelectionWord constructor
dark_mode
light_mode
SelectionWord
constructor
SelectionWord
(
{
required
String
text
,
required
int
startIdx
,
required
int
endIdx
,
})
Implementation
SelectionWord({ required this.text, required this.startIdx, required this.endIdx, });
mention_input package
documentation
models/selection_word.model
SelectionWord
SelectionWord constructor
SelectionWord class