HMSwitch constructor
const
HMSwitch({})
Implementation
const HMSwitch({
this.disabled = false,
this.hidden = false,
this.duration,
this.onLabel,
this.offLabel,
this.label,
this.borderColor,
this.iconOn,
this.iconOff,
this.color,
this.size,
this.radius,
required this.value,
required this.onChange,
super.key,
});