MephistoSwitch constructor
Implementation
MephistoSwitch({
super.key,
required this.onClick,
this.isSelected = false,
this.isDefaultSelected = false,
this.showBackgroundColor = false,
});
MephistoSwitch({
super.key,
required this.onClick,
this.isSelected = false,
this.isDefaultSelected = false,
this.showBackgroundColor = false,
});