MephistoCheckButton constructor
Implementation
const MephistoCheckButton({
super.key,
this.text,
required this.onClick,
required this.isSelected,
this.buttonColor,
this.isPartial = false,
});
const MephistoCheckButton({
super.key,
this.text,
required this.onClick,
required this.isSelected,
this.buttonColor,
this.isPartial = false,
});