IRect constructor

const IRect(
  1. int x0,
  2. int y0,
  3. int x1,
  4. int y1,
)

Implementation

const IRect(this.x0, this.y0, this.x1, this.y1);