menu
eyflutter_rich_text package
documentation
delta/html/text_parser.dart
TextParser
charAt method
charAt method
dark_mode
light_mode
charAt
method
int
charAt
(
[
int
?
position
])
Implementation
int charAt([int? position]) => source.codeUnitAt(position ?? _position);
eyflutter_rich_text package
documentation
delta/html/text_parser
TextParser
charAt method
TextParser class