CustomSwitch constructor
Implementation
const CustomSwitch({
super.key,
this.isjson,
required this.ontap,
this.switchValue = true,
this.activeColor,
this.inActiveColor,
this.switchSize,
this.switchColor,
});
const CustomSwitch({
super.key,
this.isjson,
required this.ontap,
this.switchValue = true,
this.activeColor,
this.inActiveColor,
this.switchSize,
this.switchColor,
});