CursorType enum

Inheritance

Constructors

CursorType()
const

Values

alias → const CursorType
all_scroll → const CursorType
auto → const CursorType
cell → const CursorType
context_menu → const CursorType
col_resize → const CursorType
copy → const CursorType
crosshair → const CursorType
Default → const CursorType
e_resize → const CursorType
ew_resize → const CursorType
grab → const CursorType
grabbing → const CursorType
help → const CursorType
move → const CursorType
n_resize → const CursorType
ne_resize → const CursorType
nesw_resize → const CursorType
ns_resize → const CursorType
nw_resize → const CursorType
nwse_resize → const CursorType
no_drop → const CursorType
none → const CursorType
not_allowed → const CursorType
pointer → const CursorType
progress → const CursorType
row_resize → const CursorType
s_resize → const CursorType
se_resize → const CursorType
sw_resize → const CursorType
text → const CursorType
w_resize → const CursorType
wait → const CursorType
zoom_in → const CursorType
zoom_out → const CursorType

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
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

values → const List<CursorType>
A constant List of the values in this enum, in order of their declaration.