RectangleConfig constructor

RectangleConfig(
  1. num width,
  2. num height,
  3. num originX,
  4. num originY, [
  5. String animationMode = AnimationMode.Continuous,
])

Implementation

RectangleConfig(this.width, this.height, this.originX, this.originY,
    [this.animationMode = AnimationMode.Continuous]);