SwitchButton constructor
SwitchButton({})
Implementation
SwitchButton({
required this.value,
required this.onChanged,
required this.title,
this.backgroundColor,
this.buttonColor,
this.margin,
});
SwitchButton({
required this.value,
required this.onChanged,
required this.title,
this.backgroundColor,
this.buttonColor,
this.margin,
});