WindowConfig class

Constructors

WindowConfig({String? id = "default", String? entry = "main", String? route, Function? callback, bool? autosize, int? width, int? height, int? x, int? y, int? format, GravityType? gravity, int? type, bool? clickable, bool? draggable, bool? focusable, bool? immersion, bool? visible})
we need this for update, so must wihtout default value
WindowConfig.fromMap(Map map)
factory

Properties

autosize bool?
getter/setter pair
callback Function?
getter/setter pair
clickable bool?
getter/setter pair
draggable bool?
getter/setter pair
entry String?
getter/setter pair
focusable bool?
getter/setter pair
format int?
getter/setter pair
gravity GravityType?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
height int?
getter/setter pair
id String?
getter/setter pair
immersion bool?
immersion status bar
getter/setter pair
route String?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
size Size
no setter
type int?
getter/setter pair
visible bool?
getter/setter pair
width int?
getter/setter pair
x int?
getter/setter pair
y int?
getter/setter pair

Methods

create({String? id = "default", bool start = false}) Future<Window?>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
to() Window
toMap() Map<String, dynamic>
toString() String
A string representation of this object.
override

Operators

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