Rect constructor

Rect({
  1. num? x,
  2. num? y,
  3. num? width,
  4. num? height,
})

Implementation

Rect({ this.x, this.y, this.width, this.height });