toggleEditing abstract method

void toggleEditing({
  1. bool notify = true,
})
inherited

Toggle the editing status of the current cell.

Implementation

void toggleEditing({bool notify = true});