LinkScrollControllerMixin mixin
- Superclass constraints
- Implemented types
-
Methods
-
addListener(VoidCallback listener)
→ void
-
Register a closure to be called when the object changes.
inherited
-
animateTo(double offset, {required Duration duration, required Curve curve})
→ Future<void>
-
Animates the position from its current value to the given value.
inherited
-
attach(ScrollPosition position)
→ void
-
Register the given position with this controller.
override
-
createScrollPosition(ScrollPhysics physics, ScrollContext context, ScrollPosition? oldPosition)
→ ScrollPosition
-
Creates a ScrollPosition for use by a Scrollable widget.
inherited
-
debugFillDescription(List<String> description)
→ void
-
Add additional information to the given description for use by toString.
inherited
-
detach(ScrollPosition position)
→ void
-
Unregister the given position with this controller.
override
-
dispose()
→ void
-
Discards any resources used by the object. After this is called, the
object is not in a usable state and should be discarded (calls to
addListener will throw after the object is disposed).
override
-
forceCancel()
→ void
-
override
-
handleDragCancel()
→ void
-
override
-
handleDragDown(DragDownDetails? details)
→ void
-
override
-
handleDragEnd(DragEndDetails details)
→ void
-
override
-
handleDragStart(DragStartDetails details)
→ void
-
override
-
handleDragUpdate(DragUpdateDetails details)
→ void
-
override
-
jumpTo(double value)
→ void
-
Jumps the scroll position from its current value to the given value,
without animation, and without checking if the new value is in range.
inherited
-
linkActivedParent(double delta, DragUpdateDetails details, TextDirection textDirection)
→ void
-
-
linkParent<S extends StatefulWidget, T extends LinkScrollState<S>>(BuildContext context)
→ void
-
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
notifyListeners()
→ void
-
Call all the registered listeners.
inherited
-
removeListener(VoidCallback listener)
→ void
-
Remove a previously registered closure from the list of closures that are
notified when the object changes.
inherited
-
toString()
→ String
-
A string representation of this object.
inherited
-
unlinkParent()
→ void
-