menu
booked_utils package
documentation
wrappers/value_notifier_wrapper.dart
ValueNotifierWrapper<T>
onChange property
onChange property
dark_mode
light_mode
onChange
property
ValueChanged
<
T
>
?
onChange
final
Callback called when the
ValueNotifier
value changes.
Implementation
final ValueChanged<T>? onChange;
booked_utils package
documentation
wrappers/value_notifier_wrapper
ValueNotifierWrapper<T>
onChange property
ValueNotifierWrapper class