endResizing method

void endResizing()

Implementation

void endResizing() {
  resizingSection.value = '';
  initialHeight.value = 0.0;
  _initialSectionPositions.clear();
}