MephistoRadioButton constructor
Implementation
const MephistoRadioButton({
super.key,
required this.text,
required this.onClick,
required this.isSelected,
this.isBold = false,
});
const MephistoRadioButton({
super.key,
required this.text,
required this.onClick,
required this.isSelected,
this.isBold = false,
});