cancelEdit method

void cancelEdit()

Implementation

void cancelEdit() {
  if (!_editing) return;
  _editing = false;
  notifyListeners();
}