menu
element_dart package
documentation
utils.dart
RegUtil
htmlTag property
htmlTag property
dark_mode
light_mode
htmlTag
property
RegExp
htmlTag
getter/setter pair
匹配 html 标签
Implementation
static RegExp htmlTag = RegExp(r'<(.|\n)*?>');
element_dart package
documentation
utils
RegUtil
htmlTag property
RegUtil class