AnimateZWidget constructor
const
AnimateZWidget({
- Key? key,
- required Widget child,
- required bool animate,
- AnimationType animationType = AnimationType.rotate,
- AnimationSpec? customAnimation,
Implementation
const AnimateZWidget({
super.key,
required this.child,
required this.animate,
this.animationType = AnimationType.rotate,
this.customAnimation,
});