menu
webf package
documentation
css.dart
CSSGap
isValidGapValue static method
isValidGapValue static method
dark_mode
light_mode
isValidGapValue
static method
bool
isValidGapValue
(
String
val
)
Implementation
static bool isValidGapValue(String val) { return val == 'normal' || CSSLength.isLength(val); }
webf package
documentation
css
CSSGap
isValidGapValue static method
CSSGap class