AnchoredScrollableController<AnchorValue extends Object> class

The AnchoredScrollableController class is a controller for the BadAnchoredScrollable widget, providing functionality to manage and control scrollable areas with anchor points.

Constructors

AnchoredScrollableController.new({Axis scrollDirection = Axis.vertical})

Properties

dbgAnchors List<AnchorValue>
no setter
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
scrollDirection Axis
The scroll direction of the BadAnchoredScrollable widget that this controller is attached to.
final

Methods

animateTo(double offset, {required Duration duration, required Curve curve}) Future<void>
delegate of ScrollController.jumpTo
animateToAnchor(AnchorValue anchorValue, {required Duration duration, required Curve curve, double offset = 0.0}) Future<void>
animate to the anchor point specified by anchorValue.
jumpTo(double offset) → void
delegate of ScrollController.jumpTo
jumpToAnchor(AnchorValue anchorValue, {double offset = 0.0}) → void
jump to the anchor point specified by anchorValue.
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