isEditing property
bool
get
isEditing
Whether a cell is currently being edited.
Implementation
bool get isEditing => editingCellId != null;
Whether a cell is currently being edited.
bool get isEditing => editingCellId != null;