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