menu
virtual_dom package
documentation
listenable/listenable.dart
ValueNotifier<T>
ValueNotifier constructor
ValueNotifier constructor
dark_mode
light_mode
ValueNotifier<
T
>
constructor
ValueNotifier<
T
>
(
T
value
)
Implementation
ValueNotifier(T value) : _value = value;
virtual_dom package
documentation
listenable/listenable
ValueNotifier<T>
ValueNotifier constructor
ValueNotifier class