menu
flutter_compose_ui_modifiers package
documentation
util/extension.dart
ModifierMapHandle
getValue<T> method
getValue<T> method
dark_mode
light_mode
getValue<
T
>
method
T?
getValue
<
T
>(
String
key
)
Implementation
T? getValue<T>(String key) { return containsKey(key) ? this[key]! as T : null; }
flutter_compose_ui_modifiers package
documentation
util/extension
ModifierMapHandle
getValue<T> method
ModifierMapHandle extension on
Map