PairingScrollControllerGroup class Null safety

Constructors

PairingScrollControllerGroup()

Properties

hashCode int
The hash code for this object.
read-onlyinherited
offset double
read-only
runtimeType Type
A representation of the runtime type of the object.
read-onlyinherited

Methods

addOffsetChangedListener(VoidCallback onChanged) → void
animateTo(double offset, {required Curve curve, required Duration duration}) Future<void>
jumpTo(double value) → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed.
inherited
push() ScrollController
removeOffsetChangedListener(VoidCallback listener) → void
resetScroll() → void
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited