KrakenScrollable class
- Implemented types
Constructors
- KrakenScrollable({AxisDirection axisDirection = AxisDirection.down, DragStartBehavior dragStartBehavior = DragStartBehavior.start, ScrollListener? scrollListener})
Properties
- axis → Axis
-
The axis along which the scroll view scrolls.
no setter
- axisDirection → AxisDirection
-
The direction in which the widget scrolls.
no setter
- dragStartBehavior ↔ DragStartBehavior
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- position ↔ ScrollPositionWithSingleContext?
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- scrollListener ↔ ScrollListener?
-
getter/setter pair
- vsync → TickerProvider
-
A TickerProvider to use when animating the scroll position.
no setter
Methods
-
createTicker(
TickerCallback onTick) → Ticker -
Creates a ticker with the given callback.
inherited
-
handlePointerDown(
PointerDownEvent event) → void -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
setCanDrag(
bool canDrag) → void - Whether the user can drag the widget, for example to initiate a scroll.
-
setSemanticsActions(
Set< SemanticsAction?> ? actions) → void - Set the SemanticsActions that should be expose to the semantics tree.
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited