ToggleSwitch.primary constructor
const
ToggleSwitch.primary({})
Primary toggle
Implementation
const ToggleSwitch.primary({
required this.value,
this.onChanged,
this.disabled = false,
this.size = ToggleSwitchSize.medium,
this.label,
this.labelLeft = false,
super.key,
}) : style = ToggleStyle.primary;