menu
termui package
documentation
ui/widgets/rich_text.dart
StyledToken
length property
length property
dark_mode
light_mode
length
property
int
get
length
Retrieves the character length of the token.
Implementation
int get length => chars.length;
termui package
documentation
ui/widgets/rich_text
StyledToken
length property
StyledToken class