AIGradientButton constructor
const
AIGradientButton({})
Implementation
const AIGradientButton({
Key? key,
required this.label,
required this.onPressed,
this.icon,
this.width = double.infinity,
this.height = 54,
}) : super(key: key);