menu
mvvm_service package
documentation
widgets/state_scope.dart
StateScope
StateScope.new const constructor
StateScope.new const constructor
dark_mode
light_mode
StateScope
constructor
const
StateScope
(
{
Key
?
key
,
required
Widget
child
,
})
Implementation
const StateScope({ super.key, required super.child, });
mvvm_service package
documentation
widgets/state_scope
StateScope
StateScope.new const constructor
StateScope class