menu
html_renderer
utils/strings/html_parser_regex.dart
HtmlParserRegex
whitespace property
whitespace
dark_mode
light_mode
whitespace
property
RegExp
whitespace
final
Implementation
static final RegExp whitespace = RegExp(r'\s+');
html_renderer
html_parser_regex
HtmlParserRegex
whitespace property
HtmlParserRegex class