menu
flutter_hypertext package
documentation
markup.dart
MarkupContext
get method
get method
dark_mode
light_mode
get
method
String
?
get
(
String
key
, [
String
?
fallbackKey
])
inherited
Implementation
String? get(String key, [String? fallbackKey]) { return attrs[key] ?? attrs[fallbackKey]; }
flutter_hypertext package
documentation
markup
MarkupContext
get method
MarkupContext class