AnimatedButton constructor
const
AnimatedButton({})
Implementation
const AnimatedButton({
Key? key,
required this.text,
required this.onPressed,
required this.controller,
this.loadingColor,
this.color,
}) : super(key: key);