Flutter
physics
FrictionSimulation
finalX property
finalX
FrictionSimulation class
Constructors
FrictionSimulation
through
Properties
finalX
hashCode
runtimeType
tolerance
Methods
dx
isDone
timeAtX
x
noSuchMethod
toString
Operators
operator ==
finalX property
double
finalX
The value of
x
at
double.infinity
.
Implementation
double get finalX => _x - _v / _dragLog;