menu
webf package
documentation
dom.dart
Element
removePseudoStyle method
removePseudoStyle method
dark_mode
light_mode
removePseudoStyle
method
void
removePseudoStyle
(
String
type
,
String
property
)
Implementation
void removePseudoStyle(String type, String property) { style.removePseudoProperty(type, property); }
webf package
documentation
dom
Element
removePseudoStyle method
Element class