MySwitch constructor
MySwitch({})
Implementation
MySwitch(
{Key? key,
this.initVal = true,
this.onChange,
this.textOff = 'off',
this.textOn = 'on',
this.height = 33.0,
this.width})
: super(key: key);