menu
reactr package
documentation
data/rc.dart
Rc<T>
Rc.new constructor
Rc.new constructor
dark_mode
light_mode
Rc<
T
>
constructor
Rc<
T
>
(
T
value
)
Implementation
Rc(T value) : _value = ValueNotifier<T>(value);
reactr package
documentation
data/rc
Rc<T>
Rc.new constructor
Rc class