startResizing method

void startResizing(
  1. String section
)

Implementation

void startResizing(String section) {
  resizingSection.value = section;
  initialHeight.value = _getCurrentSectionHeight(section);
}