position property

double position
final

The position relative to the indices of the values.

position can be in the interval from -0.5 to values.length - 0.5.

position.round() == index should always be true.

Implementation

final double position;