SliverInfiniteListOptions class

Inheritance

Constructors

SliverInfiniteListOptions.new({bool reverse = false, EdgeInsets? padding, int loadMoreTriggerItemDistance = 2, ScrollPhysics? scrollPhysics, bool addAutomaticKeepAlives = true, bool addRepaintBoundaries = true, bool addSemanticIndexes = true, SemanticIndexCallback? semanticIndexCallback, int semanticIndexOffset = 0})
const
SliverInfiniteListOptions.defaultOptions()
factory

Properties

addAutomaticKeepAlives bool
final
addRepaintBoundaries bool
final
addSemanticIndexes bool
final
hashCode int
The hash code for this object.
no setterinherited
loadMoreTriggerItemDistance int
final
padding EdgeInsets?
final
reverse bool
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
scrollPhysics ScrollPhysics?
final
semanticIndexCallback SemanticIndexCallback?
final
semanticIndexOffset int
final

Methods

asOrThrow<T extends CollectionOptions>() → T
inherited
assertCorrectType(CollectionWidgetStateType type) → void
inherited
copyWith({bool? reverse, EdgeInsets? padding, int? bottomLoadingTriggerItemDistance, ScrollPhysics? scrollPhysics, bool? addAutomaticKeepAlives, bool? addRepaintBoundaries, bool? addSemanticIndexes, SemanticIndexCallback? semanticIndexCallback, int? semanticIndexOffset}) SliverInfiniteListOptions
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
verifyOrThrow(CollectionWidgetStateType type) → void
inherited

Operators

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