WindowLayout constructor

WindowLayout(
  1. int width,
  2. double widthFraction,
  3. int height,
  4. double heightFraction,
  5. int gravity,
  6. int minWidth,
  7. int minHeight,
)

Implementation

WindowLayout(this.width, this.widthFraction, this.height, this.heightFraction,
    this.gravity, this.minWidth, this.minHeight);