AnimationWrapper constructor
const
AnimationWrapper({})
Implementation
const AnimationWrapper({
super.key,
required this.child,
required this.type,
this.duration = const Duration(milliseconds: 500),
this.delay = Duration.zero,
this.curve = Curves.easeOut,
this.repeat = false,
this.reverse = false,
});