menu
get package
documentation
get_state_manager/src/rx_flutter/rx_obx_widget.dart
ObxValue<T extends RxInterface>
ObxValue const constructor
ObxValue const constructor
dark_mode
light_mode
ObxValue<
T extends RxInterface
>
constructor
const
ObxValue<
T extends RxInterface
>
(
Widget
builder
(
T
),
T
data
, {
Key
?
key
,
})
Implementation
const ObxValue(this.builder, this.data, {super.key});
get package
documentation
get_state_manager/src/rx_flutter/rx_obx_widget
ObxValue<T extends RxInterface>
ObxValue const constructor
ObxValue class