PRectangle constructor

const PRectangle(
  1. num x,
  2. num y,
  3. num width,
  4. num height,
)

Implementation

const PRectangle(this.x, this.y, super.width, super.height);