EnvSwitcher constructor
const
EnvSwitcher({
- Key? key,
- dynamic onEnvironmentChanged()?,
- bool showInRelease = false,
- EnvSwitcherStyle? style,
- bool showDescriptions = true,
- IconData? icon,
Implementation
const EnvSwitcher({
super.key,
this.onEnvironmentChanged,
this.showInRelease = false,
this.style,
this.showDescriptions = true,
this.icon,
});