Flutter
animation
AnimationController
upperBound property
upperBound
description
upperBound
property
Null safety
double
upperBound
final
The value at which this animation is deemed to be completed.
Implementation
final double upperBound;
Flutter
animation
AnimationController
upperBound 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 ==