CreateConfiguration class

Constructors

CreateConfiguration({int windowWidth = 1280, int windowHeight = 720, int windowPosX = 0, int windowPosY = 0, String title = "", int titleBarHeight = 40, int titleBarTopPadding = 0, String userDataFolderWindows = 'webview_window_WebView2', bool useWindowPositionAndSize = false, bool openMaximized = false})
const
CreateConfiguration.platform()
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
openMaximized bool
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
title String
the title of window
final
titleBarHeight int
final
titleBarTopPadding int
final
userDataFolderWindows String
final
useWindowPositionAndSize bool
final
windowHeight int
final
windowPosX int
Position of the top left point of the webview window
final
windowPosY int
final
windowWidth int
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toMap() Map
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited