unfocusStartPoint method
Unfocuses the start-point field and ends start-point editing.
Implementation
void unfocusStartPoint() {
_isStartPointFocused = false;
_isChangingStartingPoint = false;
_notify();
}
Unfocuses the start-point field and ends start-point editing.
void unfocusStartPoint() {
_isStartPointFocused = false;
_isChangingStartingPoint = false;
_notify();
}