CustomButton constructor
const
CustomButton({})
Implementation
const CustomButton(
{super.key,
required this.onClick,
required this.buttonText,
this.showMargin,
this.height,
this.buttonColor,
this.borderColor,
this.textColor
});