DialogTransitionBuilder constructor
const
DialogTransitionBuilder({
- Key? key,
- required Animation<
double> animation, - required Widget dialog,
- DialogAnimationType? animationType,
- DialogAnimationDirection? startAnimation,
- DialogAnimationDirection? endAnimation,
- bool hideLikeCircle = false,
Implementation
const DialogTransitionBuilder({
super.key,
required this.animation,
required this.dialog,
this.animationType,
this.startAnimation,
this.endAnimation,
this.hideLikeCircle = false,
});