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