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