handleUpdateBackGestureProgress abstract method

void handleUpdateBackGestureProgress({
  1. required double progress,
})

Handles a predictive back gesture updating as the user drags across the screen.

The progress parameter indicates the progress of the gesture from 0.0 to 1.0, as in PredictiveBackEvent.progress.

Implementation

void handleUpdateBackGestureProgress({required double progress});