AnimatedSliverInfiniteListOptions class

Inheritance

Constructors

AnimatedSliverInfiniteListOptions.new({bool reverse = false, EdgeInsets? padding, ScrollPhysics? scrollPhysics, int loadMoreTriggerItemDistance = 2, bool initialAnimation = true, Duration insertDuration = const Duration(milliseconds: 300), Duration deleteDuration = const Duration(milliseconds: 300), AnimatedChildBuilder? insertAnimation, AnimatedChildBuilder? deleteAnimation})
const
AnimatedSliverInfiniteListOptions.defaultOptions()
factory

Properties

deleteAnimation → AnimatedChildBuilder?
final
deleteDuration Duration
final
hashCode int
The hash code for this object.
no setterinherited
initialAnimation bool
final
insertAnimation → AnimatedChildBuilder?
final
insertDuration Duration
final
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

Methods

asOrThrow<T extends CollectionOptions>() → T
inherited
assertCorrectType(CollectionWidgetStateType type) → void
inherited
copyWith({bool? reverse, EdgeInsets? padding, ScrollPhysics? scrollPhysics, int? bottomLoadingTriggerItemDistance, bool? initialAnimation, Duration? insertDuration, Duration? deleteDuration, AnimatedChildBuilder? insertAnimation, AnimatedChildBuilder? deleteAnimation}) AnimatedSliverInfiniteListOptions
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