menu
aargul_core package
documentation
aargul_core.dart
AargulModuleAction
notifier<T extends ValueNotifier> method
notifier<T extends ValueNotifier> method
dark_mode
light_mode
notifier<
T extends ValueNotifier
>
method
T
notifier
<
T extends ValueNotifier
>(
String
key
)
Implementation
T notifier<T extends ValueNotifier>(String key) { return state<T>(key); }
aargul_core package
documentation
aargul_core
AargulModuleAction
notifier<T extends ValueNotifier> method
AargulModuleAction class