CreateConfiguration constructor

const CreateConfiguration({
  1. int windowWidth = 1280,
  2. int windowHeight = 720,
  3. String title = "",
  4. int titleBarHeight = 40,
  5. int titleBarTopPadding = 0,
  6. String userDataFolderWindows = 'webview_window_WebView2',
})

Implementation

const CreateConfiguration({
  this.windowWidth = 1280,
  this.windowHeight = 720,
  this.title = "",
  this.titleBarHeight = 40,
  this.titleBarTopPadding = 0,
  this.userDataFolderWindows = 'webview_window_WebView2',
});