Flutter
animation
AnimationMax
<
T extends num
>
value property
value
description
value
property
Null safety
T
value
override
The current value of the animation.
Implementation
@override T get value => math.max(first.value, next.value);
Flutter
animation
AnimationMax
<
T extends num
>
value property
AnimationMax class
Constructors
AnimationMax
Properties
first
hashCode
isCompleted
isDismissed
isListening
next
runtimeType
status
value
Methods
addListener
addStatusListener
clearListeners
clearStatusListeners
didRegisterListener
didStartListening
didStopListening
didUnregisterListener
drive
noSuchMethod
notifyListeners
notifyStatusListeners
removeListener
removeStatusListener
toString
toStringDetails
Operators
operator ==