CustomButton constructor
const
CustomButton({})
Implementation
const CustomButton(
{Key? key,
this.onPressed,
this.buttonText = '',
this.height,
this.width,
this.buttonColor = Colors.black,
this.fontColor = ColorConstants.fontPrimary,
this.borderRadius})
: super(key: key);