fractionalVelocity property
The fraction of contextWidth
represented by velocity
.
Implementation
double get fractionalVelocity => velocity / contextWidth;
The fraction of contextWidth
represented by velocity
.
double get fractionalVelocity => velocity / contextWidth;