FloatWindowConfig constructor

FloatWindowConfig(
  1. bool floatMode,
  2. int x,
  3. int y,
  4. int width,
  5. int height,
)

Implementation

FloatWindowConfig(this.floatMode, this.x, this.y, this.width, this.height);