CreateConfiguration class Null safety

Constructors

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

Properties

hashCode int
The hash code for this object.
read-onlyinherited
runtimeType Type
A representation of the runtime type of the object.
read-onlyinherited
title String
the title of window
final
titleBarHeight int
final
titleBarTopPadding int
final
userDataFolderWindows String
final
windowHeight int
final
windowWidth int
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent 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