WindowFeatures constructor
Implementation
WindowFeatures({
this.allowsResizing,
this.height,
this.menuBarVisibility,
this.statusBarVisibility,
this.toolbarsVisibility,
this.width,
this.x,
this.y,
});
WindowFeatures({
this.allowsResizing,
this.height,
this.menuBarVisibility,
this.statusBarVisibility,
this.toolbarsVisibility,
this.width,
this.x,
this.y,
});