DeckAnimation class

Inheritance
Available Extensions

Constructors

DeckAnimation({required bool reversible, required SwipeDirection dismissDirection, double cardSeparation = 35, bool usesInvertedLayout = false})

Properties

config AnimationConfig
no setteroverride
dismissAnimation SwipeAnimation
no setteroverride
dismissDirection SwipeDirection
final
hashCode int
The hash code for this object.
no setterinherited
layoutConfig LayoutConfig
no setteroverride
reversible bool
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
screenSize Size?
The size of the device as specified by MediaQuery
getter/setter pairinherited
separationToNextCard double
final
usesInvertedLayout bool
final

Methods

animationForCard({required int relativeIndex}) SwipeAnimation
inherited
fractionalOffsetForCard({required int relativeIndex}) FractionalOffset
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
opacityForCard({required int relativeIndex}) OpacityAnimation
inherited
revealAnimation({required int relativeIndex}) SwipeAnimation
override
toString() String
A string representation of this object.
inherited

Operators

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