AppSwitch constructor
const
AppSwitch({})
Implementation
const AppSwitch(
{Key? key,
required super.value,
required super.onChanged,
super.activeColor = colorOrangeRed,
super.trackColor = Colors.grey,
super.thumbColor = Colors.white})
: super(key: key);