menu
rx_notifier package
documentation
rx_notifier.dart
ValueNotifierParse<T>
asRx method
asRx method
dark_mode
light_mode
asRx
method
RxNotifier
<
T
>
asRx
(
)
Convert a
ValueListenable
to
RxNotifier
.
Implementation
RxNotifier<T> asRx() => RxNotifier<T>(value);
rx_notifier package
documentation
rx_notifier
ValueNotifierParse<T>
asRx method
ValueNotifierParse extension on
ValueListenable
<
T
>