calculateOffsetWithPixels abstract method

double calculateOffsetWithPixels(
  1. ScrollMetrics position,
  2. double pixels
)

Calculate the overscroll offset with pixels.

Implementation

double calculateOffsetWithPixels(ScrollMetrics position, double pixels);