distanceFraction property

  1. @override
double get distanceFraction
override

Distance percentage towards the refresh threshold.

  • 0.0 indicates no distance.
  • 1.0 indicates being at the threshold offset.
  • > 1.0 indicates overshoot beyond the provided threshold.

Implementation

@override
double get distanceFraction => delegate.distanceFraction.value;