menu
flutter_html_v3 package
documentation
style.dart
UnitType
matches method
matches method
dark_mode
light_mode
matches
method
bool
matches
(
UnitType
other
)
Implementation
bool matches(UnitType other) { return this == other || children.contains(other); }
flutter_html_v3 package
documentation
style
UnitType
matches method
UnitType enum