SwitchButton constructor
SwitchButton({})
Implementation
SwitchButton({
Key? key,
required this.value,
required this.onChanged,
this.enabled = true,
this.size = const Size(42, 26),
this.borderColor,
}) : super(key: key);