HeroModeModifier constructor
Creates a widget that enables or disables Heroes.
The child
and enabled
arguments must not be null.
Implementation
const HeroModeModifier({
super.key,
super.child,
super.modifierKey,
this.enabled = true,
});