Flutter
animation
CompoundAnimation
<
T
>
next property
next
description
next
property
Null safety
Animation
<
T
>
next
final
The second sub-animation.
Implementation
final Animation<T> next;
Flutter
animation
CompoundAnimation
<
T
>
next property
CompoundAnimation class
Constructors
CompoundAnimation
Properties
first
hashCode
isCompleted
isDismissed
isListening
next
runtimeType
status
value
Methods
addListener
addStatusListener
clearListeners
clearStatusListeners
didRegisterListener
didStartListening
didStopListening
didUnregisterListener
drive
noSuchMethod
notifyListeners
notifyStatusListeners
removeListener
removeStatusListener
toString
toStringDetails
Operators
operator ==