ElZoomAnimation constructor
const
ElZoomAnimation(})
实现 Element UI 内置的 Zoom 缩放动画,https://cn.element-plus.org/en-US/guide/transitions.html#zoom
Implementation
const ElZoomAnimation(
super.show, {
super.key,
required super.child,
super.duration,
super.curve = ElZoomAnimation.defaultCurve,
super.reverseCurve,
this.opacityCurve = Curves.easeIn,
this.type = ElZoomTransitionType.top,
});