menu
flutter_html package
documentation
html_parser.dart
OnCssParseError typedef
OnCssParseError typedef
dark_mode
light_mode
OnCssParseError
typedef
OnCssParseError
=
String
? Function
(
String
css
,
List
<
Message
>
errors
)
Implementation
typedef OnCssParseError = String? Function( String css, List<cssparser.Message> errors, );
flutter_html package
documentation
html_parser
OnCssParseError typedef
html_parser library