SFToggle constructor
const
SFToggle({})
Implementation
const SFToggle({
super.key,
this.size = 50,
this.initialValue = false,
this.animationDuration,
this.disabledBackgroundColor,
this.enabledBackgroundColor,
this.disabledTrackColor,
this.enabledTrackColor,
required this.onChanged,
});