CustomScrollCursor class abstract

Custom cursor widget interface

Implementers

Constructors

CustomScrollCursor()

Properties

hashCode int
The hash code for this object.
no setterinherited
idle Widget
The widget to show when in CursorScrollActivity.idle state
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
scrollingDown Widget
The widget to show when in CursorScrollActivity.scrollingDown state
no setter
scrollingLeft Widget
The widget to show when in CursorScrollActivity.scrollingLeft state
no setter
scrollingRight Widget
The widget to show when in CursorScrollActivity.scrollingRight state
no setter
scrollingUp Widget
The widget to show when in CursorScrollActivity.scrollingUp state
no setter
size double
Size
no setter

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