AnimatedListAnimationSettings class
Provide durations and curves for all animations of the AnimatedSliverList.
Constructors
- AnimatedListAnimationSettings({Duration removingDuration: _kRemovingDuration, Duration resizingDuration: _kResizingDuration, Duration insertingDuration: _kInsertingDuration, Duration changingDuration: _kChangingDuration, Curve removingCurve: _kRemovingCurve, Curve resizingCurve: _kResizingCurve, Curve insertingCurve: _kInsertingCurve, Curve changingCurve: _kChangingCurve})
-
const
Properties
- changingCurve → Curve
-
final
- changingDuration → Duration
-
final
- hashCode → int
-
The hash code for this object. [...]
read-only, inherited
- insertingCurve → Curve
-
final
- insertingDuration → Duration
-
final
- removingCurve → Curve
-
final
- removingDuration → Duration
-
final
- resizingCurve → Curve
-
final
- resizingDuration → Duration
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toString(
) → String -
Returns a string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited