FlutterSliverListController class

Properties

hashCode int
The hash code for this object.
no setterinherited
onPaintItemPositionsCallback FlutterSliverListControllerOnPaintItemPositionCallback?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
stickyIndex ValueNotifier<int?>
final

Methods

animateToIndex(int index, {required Duration duration, required Curve curve, double offset = 0, bool offsetBasedOnBottom = false}) Future<void>
attach(FlutterListViewElement listView) → void
detach() → void
dispose() → void
ensureVisible(int index, {double offset = 0, bool? offsetBasedOnBottom}) → void
jumpToIndex(int index, {double offset = 0, bool offsetBasedOnBottom = false}) → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
pageDown() → void
pageUp() → void
toString() String
A string representation of this object.
inherited

Operators

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