AppSwitchCard constructor
const
AppSwitchCard({})
Implementation
const AppSwitchCard({
super.key,
required this.title,
this.activeTxt,
this.disableTxt,
this.initSwitched,
this.onChanged,
this.activeColor,
this.deActiveColor,
this.activeTxtColor,
this.activeOptionColor,
this.padding,
this.txtStyle,
});