MephistoTextButton constructor
Implementation
const MephistoTextButton({
super.key,
required this.text,
required this.onClick,
this.isDisabled = false,
this.isBold = true,
this.textButtonColor = primaryColor,
this.inline = false,
this.showUnderline = false,
});