menu
html_renderer
utils/strings/html_parser_regex.dart
HtmlParserRegex
row property
row
dark_mode
light_mode
row
property
RegExp
row
final
Implementation
static final RegExp row = RegExp(r'<tr[\s\S]*?<\/tr>', caseSensitive: false);
html_renderer
html_parser_regex
HtmlParserRegex
row property
HtmlParserRegex class