menu
mvvm_service package
documentation
components/state_subscription.dart
StateSubscription<T>
notifier property
notifier property
dark_mode
light_mode
notifier
property
ValueNotifier
<
T
>
notifier
final
The active state notifier instance being managed.
Implementation
final ValueNotifier<T> notifier;
mvvm_service package
documentation
components/state_subscription
StateSubscription<T>
notifier property
StateSubscription class