menu
u package
documentation
utilities.dart
ObxValue<T extends RxInterface>
ObxValue.new const constructor
ObxValue.new 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, {Key? key}) : super(key: key);
u package
documentation
utilities
ObxValue<T extends RxInterface>
ObxValue.new const constructor
ObxValue class