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