menu
notifier_plus package
documentation
notifier+/watch_notifier.dart
WatchNotifier<T>
depends property
depends property
dark_mode
light_mode
depends
property
List
<
ChangeNotifier
>
depends
final
The list of
ChangeNotifier
s that this widget depends on.
Implementation
final List<ChangeNotifier> depends;
notifier_plus package
documentation
notifier+/watch_notifier
WatchNotifier<T>
depends property
WatchNotifier class