DefaultCursorSelectorScrollHandler class
Handling the scroll action while cursor dragging out of window(or select zone).
see also
_AutoScrollBinding
- Inheritance
-
- Object
- CursorSelectorScrollHandler
- DefaultCursorSelectorScrollHandler
Constructors
- DefaultCursorSelectorScrollHandler.new({required ScrollController childViewScrollController})
Properties
- childViewScrollController → ScrollController
-
Child scroll-view's scroll controller.
finalinherited
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- scrollController → ScrollController
-
no setter
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
onPanEnd(
DragEndDetails details) → void -
override
-
onPanUpdate(
DragUpdateDetails details) → void -
override
-
startAutoScroll(
double jumpPos) → void -
Start scrolling child-view that related
scrollController
. It will stop then callstopAutoScroll
inherited -
stopAutoScroll(
) → void -
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited