focusStartPoint method

void focusStartPoint()

Focuses the start-point field and prepares start-point editing.

Implementation

void focusStartPoint() {
  _isStartPointFocused = true;
  _isChangingStartingPoint = true;
  if (_isRulesPanelExpanded) {
    _isRulesPanelExpanded = false;
  }
  _notify();
}