cancelEdit method

void cancelEdit()

Implementation

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