SetAllAnimationValues constructor

SetAllAnimationValues(
  1. IconPosition? iconPosition,
  2. CardPosition? cardPosition,
  3. double dx,
  4. double dy, {
  5. bool nullFill = false,
  6. bool reversing = false,
})

Implementation

SetAllAnimationValues(this.iconPosition, this.cardPosition, this.dx, this.dy, {this.nullFill = false, this.reversing=false});