CustomButton constructor
const
CustomButton({})
Implementation
const CustomButton(
{Key? key,
this.isInverted = false,
this.buttonText,
this.height,
this.width,
this.onPressed})
: super(key: key);