AnimatedWrapper constructor
const
AnimatedWrapper({
- Key? key,
- required Animation<
double> animation, - required SnackbarAnimation animationType,
- required SnackbarPosition position,
- required Widget child,
- bool isDismissing = false,
Implementation
const AnimatedWrapper({
super.key,
required this.animation,
required this.animationType,
required this.position,
required this.child,
this.isDismissing = false,
});