menu
kraken package
documentation
css.dart
CSSTextual
isDashedIdent static method
isDashedIdent static method
dark_mode
light_mode
isDashedIdent
static method
bool
isDashedIdent
(
String
value
)
Implementation
static bool isDashedIdent(String value) { return _dashedIdentRegExp.hasMatch(value); }
kraken package
documentation
css
CSSTextual
isDashedIdent static method
CSSTextual class