RectPosition constructor

RectPosition(
  1. Offset targetPosition,
  2. Offset centerTopPosition,
  3. Offset centerBottomPosition,
  4. Offset centerLeftPosition,
  5. Offset centerRightPosition,
)

Implementation

RectPosition(this.targetPosition, this.centerTopPosition, this.centerBottomPosition,
    this.centerLeftPosition, this.centerRightPosition);