InfiniteListOptions class

Inheritance

Constructors

InfiniteListOptions.new({bool reverse = false, EdgeInsets? padding, int loadMoreTriggerItemDistance = 2, AlwaysScrollableScrollPhysics? scrollPhysics, bool shrinkWrap = false})
const
InfiniteListOptions.defaultOptions()
factory

Properties

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 AlwaysScrollableScrollPhysics?
final
shrinkWrap bool
final

Methods

asOrThrow<T extends CollectionOptions>() → T
inherited
assertCorrectType(CollectionWidgetStateType type) → void
inherited
copyWith({bool? reverse, EdgeInsets? padding, int? bottomLoadingTriggerItemDistance, AlwaysScrollableScrollPhysics? scrollPhysics, bool? shrinkWrap}) InfiniteListOptions
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