onPanEndGesture method

void onPanEndGesture()

Implementation

void onPanEndGesture() {
  _calcOffsetWhenForceDock();
  _syncOffsetRatios();
  _persistPosition();
}