unfocusStartPoint method

void unfocusStartPoint()

Unfocuses the start-point field and ends start-point editing.

Implementation

void unfocusStartPoint() {
  _isStartPointFocused = false;
  _isChangingStartingPoint = false;
  _notify();
}