CssCursor class sealed

CSS cursor property values.

Implemented types

Constructors

CssCursor.global(CssGlobal global)
Global keyword (inherit, initial, unset, revert).
factory
CssCursor.raw(String value)
Raw CSS value escape hatch.
factory
CssCursor.url(String url, {CssCursor? fallback})
Custom cursor from URL.
factory
CssCursor.variable(String varName)
CSS variable reference.
factory

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
toCss() String
Converts this value to its CSS string representation.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

alias → const CssCursor
allScroll → const CssCursor
auto → const CssCursor
cell → const CssCursor
colResize → const CssCursor
contextMenu → const CssCursor
copy → const CssCursor
crosshair → const CssCursor
default_ → const CssCursor
eResize → const CssCursor
ewResize → const CssCursor
grab → const CssCursor
grabbing → const CssCursor
help → const CssCursor
move → const CssCursor
neResize → const CssCursor
neswResize → const CssCursor
noDrop → const CssCursor
none → const CssCursor
notAllowed → const CssCursor
nResize → const CssCursor
nsResize → const CssCursor
nwResize → const CssCursor
nwseResize → const CssCursor
pointer → const CssCursor
progress → const CssCursor
rowResize → const CssCursor
seResize → const CssCursor
sResize → const CssCursor
swResize → const CssCursor
text → const CssCursor
verticalText → const CssCursor
wait → const CssCursor
wResize → const CssCursor
zoomIn → const CssCursor
zoomOut → const CssCursor