menu
bones_ui package
documentation
bones_ui_test.dart
DOMAttribute
isBooleanAttribute static method
isBooleanAttribute static method
dark_mode
light_mode
isBooleanAttribute
static method
bool
isBooleanAttribute
(
String
attrName
)
Implementation
static bool isBooleanAttribute(String attrName) => _attributesValueAsBoolean.contains(attrName);
bones_ui package
documentation
bones_ui_test
DOMAttribute
isBooleanAttribute static method
DOMAttribute class