HeroControllerScopeModifier constructor
const
HeroControllerScopeModifier({
- Key? key,
- Widget? child,
- Key? modifierKey,
- HeroController? controller,
Creates a widget to host the input controller
.
Implementation
const HeroControllerScopeModifier({
super.key,
super.child,
super.modifierKey,
this.controller,
});