Flutter
animation
TrainHoppingAnimation
value property
value
description
value
property
Null safety
double
value
override
The current value of the animation.
Implementation
@override double get value => _currentTrain!.value;
Flutter
animation
TrainHoppingAnimation
value property
TrainHoppingAnimation class
Constructors
TrainHoppingAnimation
Properties
currentTrain
hashCode
isCompleted
isDismissed
onSwitchedTrain
runtimeType
status
value
Methods
addListener
addStatusListener
clearListeners
clearStatusListeners
didRegisterListener
didUnregisterListener
dispose
drive
noSuchMethod
notifyListeners
notifyStatusListeners
removeListener
removeStatusListener
toString
toStringDetails
Operators
operator ==