SFToggleButton constructor
const
SFToggleButton({})
Implementation
const SFToggleButton({
super.key,
required this.onToggle,
this.initialValue = false,
this.lightModeColor,
this.darkModeColor,
this.lightIcon,
this.darkIcon,
this.lightIconColor,
this.darkIconColor,
this.size = ComponentSize.md,
});