menu
bones_ui package
documentation
bones_ui_test.dart
NamedNodeMapExtension
getAttributeValue method
getAttributeValue method
dark_mode
light_mode
getAttributeValue
method
String
?
getAttributeValue
(
String
key
, {
String
?
ns
,
})
Implementation
String? getAttributeValue(String key, {String? ns}) => getAttribute(key, ns: ns)?.value;
bones_ui package
documentation
bones_ui_test
NamedNodeMapExtension
getAttributeValue method
NamedNodeMapExtension extension on
NamedNodeMap