MephistoOutlinedButton constructor
Implementation
const MephistoOutlinedButton(
{super.key,
required this.text,
required this.onClick,
this.variant = "lg",
this.isDisabled = false,
this.isLoading = false,
this.outlineColor});