PairingScrollControllerGroup class Null safety
Constructors
Properties
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