isEditing property

bool get isEditing

Whether a cell is currently being edited.

Implementation

bool get isEditing => editingCellId != null;