resetCurrentState method

  1. @override
void resetCurrentState({
  1. bool notify = true,
})
inherited

Implementation

@override
void resetCurrentState({bool notify = true}) {
  clearCurrentCell(notify: false);

  clearCurrentSelecting(notify: false);

  setEditing(false, notify: false);

  notifyListeners(notify, resetCurrentState.hashCode);
}