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