CustomMouseCursors class

Helper defining custom MouseCursors.

Constructors

CustomMouseCursors()

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

Static Properties

grab MouseCursor
Returns a grab MouseCursor.
no setter
grabbing MouseCursor
Returns a grabbing MouseCursor.
no setter
resizeUpLeftDownRight MouseCursor
Returns a resize up-left down-right MouseCursor.
no setter
resizeUpRightDownLeft MouseCursor
Returns a resize up-right down-left MouseCursor.
no setter

Static Methods

ensureInitialized() Future<void>
Ensures these CustomMouseCursors are initialized.