PhloxAnimationsValue constructor

PhloxAnimationsValue(
  1. Color? _color,
  2. double? _moveX,
  3. double? _moveY,
  4. double? _scale,
  5. double? _rotate,
  6. double? _opacity,
  7. double? _radius,
  8. double? _progress,
)

Implementation

PhloxAnimationsValue(this._color, this._moveX, this._moveY, this._scale,
    this._rotate, this._opacity, this._radius, this._progress);