ElScaleAnimation constructor

const ElScaleAnimation(
  1. bool show, {
  2. Key? key,
  3. Duration? duration,
  4. Curve? curve = ElScaleAnimation.defaultCurve,
  5. Curve? reverseCurve,
  6. Alignment alignment = Alignment.topLeft,
  7. required Widget child,
})

Implementation

const ElScaleAnimation(
  super.show, {
  super.key,
  super.duration,
  super.curve = ElScaleAnimation.defaultCurve,
  super.reverseCurve,
  this.alignment = Alignment.topLeft,
  required super.child,
});