Flutter
widgets
AnimationMean
value
value
Flutter
widgets
AnimationMean
value
property
value
Flutter
widgets
AnimationMean
Constructors
AnimationMean
Properties
value
first
hashCode
isCompleted
isDismissed
isListening
next
runtimeType
status
Operators
operator ==
Methods
addListener
addStatusListener
didRegisterListener
didStartListening
didStopListening
didUnregisterListener
noSuchMethod
notifyListeners
notifyStatusListeners
removeListener
removeStatusListener
toString
toStringDetails
double
value
The current value of the animation.
Source
@override double get value => (first.value + next.value) / 2.0;