Flutter
animation
AnimationController
status property
status
AnimationController class
Constructors
AnimationController
unbounded
Properties
animationBehavior
debugLabel
duration
isAnimating
lastElapsedDuration
lowerBound
status
upperBound
value
velocity
view
hashCode
isCompleted
isDismissed
runtimeType
Methods
animateTo
animateWith
dispose
fling
forward
repeat
reset
resync
reverse
stop
toStringDetails
addListener
addStatusListener
didRegisterListener
didUnregisterListener
drive
noSuchMethod
notifyListeners
notifyStatusListeners
removeListener
removeStatusListener
toString
Operators
operator ==
status property
AnimationStatus
status
override
The current status of this animation.
Implementation
@override AnimationStatus get status => _status;