WindowInteractionState class enum

Contains values that specify the current state of the window for purposes of user interaction.

Constructors

WindowInteractionState()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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

Constants

WindowInteractionState_BlockedByModalWindow → const int
The window is blocked by a modal window.
WindowInteractionState_Closing → const int
The window is closing.
WindowInteractionState_NotResponding → const int
The window is not responding.
WindowInteractionState_ReadyForUserInteraction → const int
The window is ready for user interaction.
WindowInteractionState_Running → const int
The window is running. This does not guarantee that the window is ready for user interaction or is responding.