NUIScaleAnimation constructor

NUIScaleAnimation({
  1. required Widget child,
  2. Duration? duration,
  3. double begin = 0.0,
  4. double end = 100.0,
  5. EndAnimationListener? endAnimationListener,
  6. Key? key,
})

Implementation

NUIScaleAnimation({required this.child, this.duration, this.begin = 0.0, this.end = 100.0, this.endAnimationListener, Key? key}): super(key: key);