AnimatedSwitchButton constructor
const
AnimatedSwitchButton({})
Implementation
const AnimatedSwitchButton({
super.key,
required this.onToggle,
this.initialValue = false,
this.firstStateColor,
this.secondStateColor,
this.firstStateIcon,
this.secondStateIcon,
this.firstStateIconColor,
this.secondStateIconColor,
this.size = ComponentSize.md,
});