setEditing abstract method

void setEditing(
  1. bool flag, {
  2. bool notify = true,
})
inherited

Change the editing status of the current cell.

Implementation

void setEditing(
  bool flag, {
  bool notify = true,
});