GredientButton constructor
const
GredientButton({})
Implementation
const GredientButton(
{Key? key,
this.radius,
this.splashColor,
this.textColor,
this.buttonColor,
required this.title,
required this.onPressed,
required this.colors})
: super(key: key);