menu
flutter_state_controller package
documentation
state_controller.dart
Obx<S>
Obx.new const constructor
Obx.new const constructor
dark_mode
light_mode
Obx<
S
>
constructor
const
Obx<
S
>
(
Rx
<
S
>
rx
,
Widget
builder
(), {
Key
?
key
,
})
Implementation
const Obx(this.rx, this.builder, {super.key});
flutter_state_controller package
documentation
state_controller
Obx<S>
Obx.new const constructor
Obx class