isCellEditing method

bool isCellEditing(
  1. double rowId,
  2. int columnId
)

Implementation

bool isCellEditing(double rowId, int columnId) {
  return editingCellId == '${rowId}_$columnId';
}