menu
observable_ish package
documentation
value/value.dart
RxValue<T>
RxValue factory constructor
RxValue factory constructor
dark_mode
light_mode
RxValue<
T
>
constructor
RxValue<
T
>
(
T
initial
)
Implementation
factory RxValue(T initial) => StoredValue<T>(initial);
observable_ish package
documentation
value/value
RxValue<T>
RxValue factory constructor
RxValue class