DefaultCustomScrollCursor class

Default custom cursor widget implementation

Implemented types

Constructors

DefaultCustomScrollCursor({Color cursorColor = Colors.black, Color borderColor = Colors.black, Color backgroundColor = Colors.white})
Constructor
const

Properties

hashCode int
The hash code for this object.
no setterinherited
idle Widget
The widget to show when in CursorScrollActivity.idle state
no setteroverride
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 setteroverride
scrollingLeft Widget
The widget to show when in CursorScrollActivity.scrollingLeft state
no setteroverride
scrollingRight Widget
The widget to show when in CursorScrollActivity.scrollingRight state
no setteroverride
scrollingUp Widget
The widget to show when in CursorScrollActivity.scrollingUp state
no setteroverride
size double
Size
no setteroverride

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