Returns true if the cell at rowId / columnId is being edited.
true
rowId
columnId
bool isCellEditing(double rowId, int columnId) { return editingCellId == '${rowId}_$columnId'; }