displacement property

double displacement
final

The distance from the child's top or bottom edgeOffset where the refresh indicator will settle. During the drag that exposes the refresh indicator, its actual displacement may significantly exceed this value.

In most cases, displacement distance starts counting from the parent's edges. However, if edgeOffset is larger than zero then the displacement value is calculated from that offset instead of the parent's edge.

Implementation

final double displacement;