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