VariableScopeProvider constructor
const
VariableScopeProvider({
- required VariableScope scope,
- required Widget child,
- Key? key,
Implementation
const VariableScopeProvider({
required this.scope,
required super.child,
super.key,
});