clearSavedState method

void clearSavedState()

Implementation

void clearSavedState() {
  _savedScale = null;
  _savedScrollX = null;
}