menu
flutter_request_kit package
documentation
packages/vx_store/lib/src/vxstate.dart
VxStateModel
VxStateModel.new const constructor
VxStateModel.new const constructor
dark_mode
light_mode
VxStateModel
constructor
const
VxStateModel
(
{
Key
?
key
,
required
Widget
child
,
Set
<
Type
>
?
recent
,
})
Implementation
const VxStateModel({super.key, required super.child, this.recent});
flutter_request_kit package
documentation
packages/vx_store/lib/src/vxstate
VxStateModel
VxStateModel.new const constructor
VxStateModel class