RawBounds constructor

RawBounds(
  1. double x,
  2. double y,
  3. double width,
  4. double height,
)

Implementation

RawBounds(this.x, this.y, this.width, this.height);