Rect constructor

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

Implementation

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