SymmetricCardAnimation class abstract

Simple animation where the next and previous cards can be animated with same dismissAnimation and applying an offset.

Inheritance
Implementers
Available Extensions

Constructors

SymmetricCardAnimation()

Properties

config AnimationConfig
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
layoutConfig LayoutConfig
no setterinherited
revealAnimation SwipeAnimation
no setter
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

Methods

animationForCard({required int relativeIndex}) SwipeAnimation
override
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
toString() String
A string representation of this object.
inherited

Operators

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