menu
get package
documentation
get_rx/src/rx_types/rx_types.dart
Rx<T>
Rx constructor
Rx constructor
dark_mode
light_mode
Rx<
T
>
constructor
Rx<
T
>
(
T
initial
)
Implementation
Rx(T initial) : super(initial);
get package
documentation
get_rx/src/rx_types/rx_types
Rx<T>
Rx constructor
Rx class