Bounds constructor

Bounds({
  1. int? left,
  2. int? top,
  3. int? width,
  4. int? height,
  5. WindowState? windowState,
})

Implementation

Bounds({this.left, this.top, this.width, this.height, this.windowState});