CellNullColor typedef

CellNullColor = Color? Function(int rowIndex, bool hovered)

Signature for a function that defines a cell null valued color.

Implementation

typedef CellNullColor = Color? Function(int rowIndex, bool hovered);