AnimatedPopup constructor
const
AnimatedPopup({
- Key? key,
- required Widget child,
- PopupAnimationType animationType = PopupAnimationType.fade,
- required PopupDirection direction,
- Duration duration = const Duration(milliseconds: 300),
- bool slideReverse = false,
Implementation
const AnimatedPopup({
super.key,
required this.child,
this.animationType = PopupAnimationType.fade,
required this.direction,
this.duration = const Duration(milliseconds: 300),
this.slideReverse = false,
});