menu
mvvm_service package
documentation
widgets/service_scope.dart
ServiceScope
ServiceScope.new const constructor
ServiceScope.new const constructor
dark_mode
light_mode
ServiceScope
constructor
const
ServiceScope
(
{
Key
?
key
,
required
Map
<
Type
,
Service
>
services
,
required
Widget
child
,
})
Implementation
const ServiceScope({ super.key, required this.services, required super.child, });
mvvm_service package
documentation
widgets/service_scope
ServiceScope
ServiceScope.new const constructor
ServiceScope class