UpdateInfo class

Constructors

UpdateInfo({int? left, int? top, int? width, int? height, bool? focused, bool? drawAttention, WindowState? state})
UpdateInfo.fromJS(UpdateInfo _wrapped)

Properties

drawAttention bool?
If true, causes the window to be displayed in a manner that draws the user's attention to the window, without changing the focused window. The effect lasts until the user changes focus to the window. This option has no effect if the window already has focus. Set to false to cancel a previous drawAttention request.
getter/setter pair
focused bool?
If true, brings the window to the front; cannot be combined with the state 'minimized'. If false, brings the next window in the z-order to the front; cannot be combined with the state 'fullscreen' or 'maximized'.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
height int?
The height to resize the window to in pixels. This value is ignored for panels.
getter/setter pair
left int?
The offset from the left edge of the screen to move the window to in pixels. This value is ignored for panels.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
state WindowState?
The new state of the window. The 'minimized', 'maximized', and 'fullscreen' states cannot be combined with 'left', 'top', 'width', or 'height'.
getter/setter pair
toJS → UpdateInfo
no setter
top int?
The offset from the top edge of the screen to move the window to in pixels. This value is ignored for panels.
getter/setter pair
width int?
The width to resize the window to in pixels. This value is ignored for panels.
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