CreateConfiguration constructor
const
CreateConfiguration({})
Implementation
const CreateConfiguration({
this.windowWidth = 1280,
this.windowHeight = 720,
this.windowPosX = 0,
this.windowPosY = 0,
this.title = "",
this.titleBarHeight = 40,
this.titleBarTopPadding = 0,
this.userDataFolderWindows = 'webview_window_WebView2',
this.useWindowPositionAndSize = false,
this.openMaximized = false,
});