menu
webf package
documentation
css.dart
CSSLength
isInitial static method
isInitial static method
dark_mode
light_mode
isInitial
static method
bool
isInitial
(
String
?
value
)
Implementation
static bool isInitial(String? value) { return value == INITIAL; }
webf package
documentation
css
CSSLength
isInitial static method
CSSLength class