NUIFlipAnimation constructor
NUIFlipAnimation({
- required Widget initialChild,
- Widget? flippedChild,
- Duration? duration,
- FlipDirection direction = FlipDirection.VERTICAL,
- EndAnimationListener? endAnimationListener,
- Key? key,
Implementation
NUIFlipAnimation({
required this.initialChild,
this.flippedChild,
this.duration,
this.direction = FlipDirection.VERTICAL,
this.endAnimationListener,
Key? key
}): super(key: key);