disabledCellBackgroundColor property
Background color used by disabled/read-only grid cells when the grid renders a disabled column.
Defaults to transparent so read-only state is communicated by the cell indicator instead of a separate cell fill. Set this explicitly when an application wants disabled cells to have a visual background.
Implementation
final Color? disabledCellBackgroundColor;