SizeRectangle constructor

SizeRectangle({
  1. double? x,
  2. double? y,
  3. double? width,
  4. double? height,
})

Implementation

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