HeroMode constructor
Creates a widget that enables or disables Heroes.
Implementation
const HeroMode({super.key, required this.child, this.enabled = true});
Creates a widget that enables or disables Heroes.
const HeroMode({super.key, required this.child, this.enabled = true});