AppSwitch constructor
const
AppSwitch({})
Implementation
const AppSwitch({
super.key,
required this.value,
this.onChanged,
this.label,
this.enabled = true,
this.showIcon = false,
});
const AppSwitch({
super.key,
required this.value,
this.onChanged,
this.label,
this.enabled = true,
this.showIcon = false,
});