SwitchField constructor
Implementation
const SwitchField({
super.key,
this.text,
this.value = false,
this.onChanged,
this.background,
this.label,
this.subtitle,
});
const SwitchField({
super.key,
this.text,
this.value = false,
this.onChanged,
this.background,
this.label,
this.subtitle,
});