CellBackgroundBuilder<DATA> typedef

CellBackgroundBuilder<DATA> = Color? Function(DaviRow<DATA> row)

Signature for a function that builds a background for a row.

Used by DaviColumn.

Implementation

typedef CellBackgroundBuilder<DATA> = Color? Function(DaviRow<DATA> row);