menu
fpj_core package
documentation
fpj_cores.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);
fpj_core package
documentation
fpj_cores
ObxValue<T extends RxInterface>
ObxValue.new const constructor
ObxValue class