GradientButton constructor
GradientButton({})
Implementation
GradientButton({
Key? key,
this.height,
this.width,
this.color1,
this.color2,
this.title = "Title",
this.textColor = Colors.black,
this.titleStyle,
this.buttonFunctionality,
}) {
buttonFun = buttonFunctionality;
}