MySwitchButton constructor
const
MySwitchButton({})
Implementation
const MySwitchButton({
super.key,
required this.value,
required this.onChanged,
this.activeColor = Colors.green,
this.backgroundColor = Colors.grey,
this.width = 50,
this.height = 30,
});