handleCommitBackGesture method
Handles a predictive back gesture ending successfully.
Implementation
@override
void handleCommitBackGesture() {
  _handleDragEnd(animateForward: false);
}Handles a predictive back gesture ending successfully.
@override
void handleCommitBackGesture() {
  _handleDragEnd(animateForward: false);
}