menu
eyflutter_rich_text package
documentation
delta/html/inline_parser.dart
InlineParser
consume method
consume method
dark_mode
light_mode
consume
method
void
consume
(
int
length
)
Implementation
void consume(int length) { pos += length; start = pos; }
eyflutter_rich_text package
documentation
delta/html/inline_parser
InlineParser
consume method
InlineParser class