CarpenterSwitch constructor
const
CarpenterSwitch({})
Создает switch.
Implementation
const CarpenterSwitch({
super.key,
this.value,
this.checked,
this.onChanged,
this.label,
this.content,
this.semanticLabel,
}) : assert(value != null || checked != null);