Bounds constructor
Bounds({
- int? left,
- int? top,
- int? width,
- int? height,
- WindowState? windowState,
Implementation
Bounds({this.left, this.top, this.width, this.height, this.windowState});