menu
auto_binding package
documentation
core/provider.dart
ModelStatefulWidget<T>
ModelStatefulWidget constructor
ModelStatefulWidget constructor
dark_mode
light_mode
ModelStatefulWidget<
T
>
constructor
ModelStatefulWidget<
T
>
(
{
Key
?
key
,
required
Widget
child
,
required
T
model
,
})
Implementation
ModelStatefulWidget({super.key, required this.child, required this.model});
auto_binding package
documentation
core/provider
ModelStatefulWidget<T>
ModelStatefulWidget constructor
ModelStatefulWidget class