AnimatedButton constructor
const
AnimatedButton({})
Implementation
const AnimatedButton({
super.key,
this.onTap,
this.height = 40,
this.width,
this.radius,
this.text = 'On Tap',
this.btnGradient,
this.btnColor,
this.duration,
this.btnShadow,
this.textStyle,
this.icon,
this.iconLocation,
});