MouseCursor class

Constructors

MouseCursor()

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

ALL_SCROLL → const String
AUTO → const String
CROSSHAIR → const String
DEFAULT → const String
MOVE → const String
NO_DROP → const String
NOT_ALLOWED → const String
POINTER → const String
PROGRESS → const String
RESIZE_COLUMN → const String
RESIZE_EAST → const String
RESIZE_NORTH → const String
RESIZE_NORTHEAST → const String
RESIZE_NORTHWEST → const String
RESIZE_ROW → const String
RESIZE_SOUTH → const String
RESIZE_SOUTHEAST → const String
RESIZE_SOUTHWEST → const String
RESIZE_WEST → const String
TEXT → const String
VERTICAL_TEXT → const String
WAIT → const String