AnimatedInfiniteListOptions class

Inheritance

Constructors

AnimatedInfiniteListOptions.new({bool reverse = false, bool animateAtStart = true, EdgeInsets? padding, Duration? animationDuration, int loadMoreTriggerItemDistance = 2, AlwaysScrollableScrollPhysics? scrollPhysics, bool shrinkWrap = false})
const
AnimatedInfiniteListOptions.defaultOptions()
factory

Properties

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

Methods

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