AnimatedButtonWrapper constructor
const
AnimatedButtonWrapper({
- Key? key,
- required Widget child,
- required ButtonAnimationStyle animationStyle,
- bool isLoading = false,
- VoidCallback? onPressed,
Implementation
const AnimatedButtonWrapper({
super.key,
required this.child,
required this.animationStyle,
this.isLoading = false,
this.onPressed,
});