Switch constructor
const
Switch({})
Implementation
const Switch({
required this.id,
required this.checked,
this.onChanged,
this.label,
this.onIndicator = '[●━]',
this.offIndicator = '[━●]',
this.onStyle,
this.offStyle,
});