WindowOptions constructor
const
WindowOptions({})
Implementation
const WindowOptions({
this.size,
this.center,
this.minimumSize,
this.maximumSize,
this.alwaysOnTop,
this.fullScreen,
this.backgroundColor,
this.skipTaskbar,
this.title,
this.titleBarStyle,
this.windowButtonVisibility,
});