SystemMouseCursors class

A collection of system MouseCursors.

System cursors are standard mouse cursors that are provided by the current platform. They don't require external resources.

SystemMouseCursors is a superset of the system cursors of every platform that Flutter supports, therefore some of these objects might map to the same result, or fallback to the basic arrow. This mapping is defined by the Flutter engine.

The cursors should be named based on the cursors' use cases instead of their appearance, because different platforms might (although not commonly) use different shapes for the same use case.

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

alias → const SystemMouseCursor
A cursor indicating that the current operation will create an alias of, or a shortcut of the item.
allScroll → const SystemMouseCursor
A cursor indicating scrolling in any direction.
basic → const SystemMouseCursor
The platform-dependent basic cursor.
cell → const SystemMouseCursor
A cursor indicating selectable table cells.
click → const SystemMouseCursor
A cursor that emphasizes an element being clickable, such as a hyperlink.
contextMenu → const SystemMouseCursor
A cursor indicating somewhere the user can trigger a context menu.
copy → const SystemMouseCursor
A cursor indicating that the current operation will copy the item.
disappearing → const SystemMouseCursor
A cursor indicating that the current operation will result in the disappearance of the item.
forbidden → const SystemMouseCursor
A cursor indicating an operation that will not be carried out.
grab → const SystemMouseCursor
A cursor indicating something that can be dragged.
grabbing → const SystemMouseCursor
A cursor indicating something that is being dragged.
help → const SystemMouseCursor
A cursor indicating help information.
move → const SystemMouseCursor
A cursor indicating moving something.
noDrop → const SystemMouseCursor
A cursor indicating somewhere that the current item may not be dropped.
none → const SystemMouseCursor
Hide the cursor.
precise → const SystemMouseCursor
A cursor indicating precise selection, such as selecting a pixel in a bitmap.
progress → const SystemMouseCursor
A cursor indicating the status that the program is busy but can still be interacted with.
resizeColumn → const SystemMouseCursor
A cursor indicating resizing a column, or an item horizontally.
resizeDown → const SystemMouseCursor
A cursor indicating resizing an object from its bottom edge.
resizeDownLeft → const SystemMouseCursor
A cursor indicating resizing an object from its bottom-left corner.
resizeDownRight → const SystemMouseCursor
A cursor indicating resizing an object from its bottom-right corner.
resizeLeft → const SystemMouseCursor
A cursor indicating resizing an object from its left edge.
resizeLeftRight → const SystemMouseCursor
A cursor indicating resizing an object bidirectionally from its left or right edge.
resizeRight → const SystemMouseCursor
A cursor indicating resizing an object from its right edge.
resizeRow → const SystemMouseCursor
A cursor indicating resizing a row, or an item vertically.
resizeUp → const SystemMouseCursor
A cursor indicating resizing an object from its top edge.
resizeUpDown → const SystemMouseCursor
A cursor indicating resizing an object bidirectionally from its top or bottom edge.
resizeUpLeft → const SystemMouseCursor
A cursor indicating resizing an object from its top-left corner.
resizeUpLeftDownRight → const SystemMouseCursor
A cursor indicating resizing an object bidirectionally from its top left or bottom right corner.
resizeUpRight → const SystemMouseCursor
A cursor indicating resizing an object from its top-right corner.
resizeUpRightDownLeft → const SystemMouseCursor
A cursor indicating resizing an object bidirectionally from its top right or bottom left corner.
text → const SystemMouseCursor
A cursor indicating selectable text.
verticalText → const SystemMouseCursor
A cursor indicating selectable vertical text.
wait → const SystemMouseCursor
A cursor indicating the status that the program is busy and therefore can not be interacted with.
zoomIn → const SystemMouseCursor
A cursor indicating zooming in.
zoomOut → const SystemMouseCursor
A cursor indicating zooming out.