Cursor class
Constructors
- Cursor.url(String url, {double? x, double? y, required Cursor fallback})
-
constfactory
Properties
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 Cursor
- allScroll → const Cursor
- auto → const Cursor
- cell → const Cursor
- colResize → const Cursor
- contextMenu → const Cursor
- copy → const Cursor
- crosshair → const Cursor
- defaultCursor → const Cursor
- eResize → const Cursor
- ewResize → const Cursor
- grab → const Cursor
- grabbing → const Cursor
- help → const Cursor
- move → const Cursor
- neResize → const Cursor
- neswResize → const Cursor
- noDrop → const Cursor
- none → const Cursor
- notAllowed → const Cursor
- nResize → const Cursor
- nsResize → const Cursor
- nwResize → const Cursor
- nwseResize → const Cursor
- pointer → const Cursor
- progress → const Cursor
- rowResize → const Cursor
- seResize → const Cursor
- sResize → const Cursor
- swResize → const Cursor
- text → const Cursor
- verticalText → const Cursor
- wait → const Cursor
- wResize → const Cursor
- zoomIn → const Cursor
- zoomOut → const Cursor