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