copyWith method

BoundingBox copyWith()

Implementation

BoundingBox copyWith() {
  return BoundingBox(x, y, width, height);
}