CustomSwitch constructor
Implementation
const CustomSwitch(
{Key? key,
this.value,
this.onChanged,
this.activeColor,
this.inactiveColor = Colors.grey,
this.activeTextColor = Colors.white70,
this.inactiveTextColor = Colors.white70})
: super(key: key);