AnimationUpdate constructor

AnimationUpdate(
  1. {@required double animationValue,
  2. @required Color color,
  3. @required Direction direction,
  4. @required double percentAnimated,
  5. @required double rotation}
)

Implementation

AnimationUpdate({
  @required this.animationValue,
  @required this.color,
  @required this.direction,
  @required this.percentAnimated,
  @required this.rotation,
});