toPosition method

Position toPosition()

Implementation

Position toPosition() => Position(
      topLeftX,
      topLeftY,
      topRightX,
      topRightY,
      bottomLeftX,
      bottomLeftY,
      bottomRightX,
      bottomRightY,
    );