MouseCursor class
Constructors
Properties
- hashCode → int
-
The hash code for this object. [...]
read-only, inherited
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toString(
) → String -
Returns a string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited
Constants
- ALL_SCROLL → const String
-
'all-scroll'
- AUTO → const String
-
'auto'
- CROSSHAIR → const String
-
'crosshair'
- DEFAULT → const String
-
'default'
- MOVE → const String
-
'move'
- NO_DROP → const String
-
'no-drop'
- NOT_ALLOWED → const String
-
'not-allowed'
- POINTER → const String
-
'pointer'
- PROGRESS → const String
-
'progress'
- RESIZE_COLUMN → const String
-
'col-resize'
- RESIZE_EAST → const String
-
'e-resize'
- RESIZE_NORTH → const String
-
'n-resize'
- RESIZE_NORTHEAST → const String
-
'ne-resize'
- RESIZE_NORTHWEST → const String
-
'nw-resize'
- RESIZE_ROW → const String
-
'row-resize'
- RESIZE_SOUTH → const String
-
's-resize'
- RESIZE_SOUTHEAST → const String
-
'se-resize'
- RESIZE_SOUTHWEST → const String
-
'sw-resize'
- RESIZE_WEST → const String
-
'w-resize'
- TEXT → const String
-
'text'
- VERTICAL_TEXT → const String
-
'vertical-text'
- WAIT → const String
-
'wait'