AppSwitch constructor
const
AppSwitch({})
Implementation
const AppSwitch({
super.key,
this.activeTxt = 'ON',
this.disableTxt = 'OFF',
this.initSwitched = false,
this.onChanged,
this.activeColor,
this.activeTxtColor,
this.deActiveColor,
this.activeOptionColor,
});