menu
statehub package
documentation
statehub_flutter.dart
HubScopeProvider
HubScopeProvider.new const constructor
HubScopeProvider.new const constructor
dark_mode
light_mode
HubScopeProvider
constructor
const
HubScopeProvider
(
{
Key
?
key
,
required
HubScope
scope
,
required
Widget
child
,
})
Implementation
const HubScopeProvider({ super.key, required this.scope, required super.child, });
statehub package
documentation
statehub_flutter
HubScopeProvider
HubScopeProvider.new const constructor
HubScopeProvider class