ElZoomTransition constructor
const
ElZoomTransition({
- Key? key,
- required AnimationController controller,
- Curve curve = Curves.decelerate,
- Curve? reverseCurve,
- Curve opacityCurve = Curves.easeIn,
- ElZoomTransitionType type = ElZoomTransitionType.top,
- required Widget child,
Implementation
const ElZoomTransition({
super.key,
required this.controller,
this.curve = Curves.decelerate,
this.reverseCurve,
this.opacityCurve = Curves.easeIn,
this.type = ElZoomTransitionType.top,
required this.child,
});