menu
kaeru package
documentation
shared/watcher.dart
WatcherRaw<T>
onChange property
onChange property
dark_mode
light_mode
onChange
property
VoidCallback
onChange
late
final
A callback that is called when the watcher's dependencies change.
Implementation
late final VoidCallback onChange;
kaeru package
documentation
shared/watcher
WatcherRaw<T>
onChange property
WatcherRaw class