AuiSwitch constructor
const
AuiSwitch({})
Creates an AuiSwitch.
Implementation
const AuiSwitch({
super.key,
required this.value,
required this.onChanged,
this.label,
this.labelPosition = SwitchLabelPosition.left,
this.activeColor,
this.inactiveColor,
this.activeThumbColor = Colors.white,
this.disabled = false,
this.size = 1.0,
});