ThemeSwitchToggleButton constructor
const
ThemeSwitchToggleButton({})
Implementation
const ThemeSwitchToggleButton({
super.key,
this.enabledIcon,
this.disabledIcon,
this.enabledIconColor,
this.disabledIconColor,
this.onToggle,
this.labelColor,
this.activeThumbColor,
this.inactiveThumbColor,
});