WindowsState class

用于存放窗口状态

Constructors

WindowsState({double windowsHeight = 200, double windowsWidth = 200, double dx = 0.0, double dy = 0.0, int index = 0})

Properties

dx double
窗口位置
getter/setter pair
dy double
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
index int
getter/setter pair
key Key
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
windowsHeight double
窗口高
getter/setter pair
windowsWidth double
窗口宽
getter/setter pair

Methods

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

Operators

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