HeroControllerScopeModifier constructor

const HeroControllerScopeModifier({
  1. Key? key,
  2. Widget? child,
  3. Key? modifierKey,
  4. HeroController? controller,
})

Creates a widget to host the input controller.

Implementation

const HeroControllerScopeModifier({
  super.key,
  super.child,
  super.modifierKey,
  this.controller,
});