EnvSwitcherScreen constructor
const
EnvSwitcherScreen({
- Key? key,
- String? title,
- IconData? icon,
- Color? backgroundColor,
- Color? primaryColor,
- dynamic onEnvironmentChanged()?,
- bool showDescriptions = true,
- bool showInRelease = false,
- EnvSwitcherStyle? style,
- List<
ConfigurationItem> ? configurations,
Implementation
const EnvSwitcherScreen({
super.key,
this.title,
this.icon,
this.backgroundColor,
this.primaryColor,
this.onEnvironmentChanged,
this.showDescriptions = true,
this.showInRelease = false,
this.style,
this.configurations,
});