BoundingClientRect constructor

BoundingClientRect(
  1. double x,
  2. double y,
  3. double width,
  4. double height,
  5. double top,
  6. double right,
  7. double bottom,
  8. double left,
)

Implementation

BoundingClientRect(this.x, this.y, this.width, this.height, this.top, this.right, this.bottom, this.left);