updateLeftPanelWidth method

void updateLeftPanelWidth(
  1. double width
)

Implementation

void updateLeftPanelWidth(double width) {
  _leftPanelWidth = width;
  notifyListeners();
}