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