Flutter
animation
ReverseAnimation
parent property
parent
ReverseAnimation class
Constructors
ReverseAnimation
Properties
parent
status
value
hashCode
isCompleted
isDismissed
isListening
runtimeType
Methods
addListener
didStartListening
didStopListening
removeListener
toString
addStatusListener
didRegisterListener
didUnregisterListener
drive
noSuchMethod
notifyStatusListeners
removeStatusListener
toStringDetails
Operators
operator ==
parent property
Animation
<
double
>
parent
final
The animation whose value and direction this animation is reversing.
Implementation
final Animation<double> parent