GradientButton constructor
const
GradientButton({})
Implementation
const GradientButton(
{Key? key,
required this.onTap,
this.text = "",
this.size,
this.child,
this.padding,
this.backgroundColor,
this.foregroundColor = Colors.white,
this.border,
this.elevation,
this.gradient})
: super(key: key);