HeroControllerScopeModifier.none constructor
Creates a widget to prevent the subtree from receiving the hero controller above.
Implementation
const HeroControllerScopeModifier.none({
  super.key,
  super.child,
  super.modifierKey,
}) : controller = null;