AnimatedButton constructor
AnimatedButton({})
Creates an AnimatedButton with custom properties.
Implementation
AnimatedButton({
required this.text,
required this.onPressed,
this.style = const Style(
background: CharmColors.charple,
foreground: Colors.white,
),
this.width,
this.height,
});