DaviIconValueMapper<DATA> typedef

DaviIconValueMapper<DATA> = CellIcon? Function(DATA data)

Signature for a function that maps a CellIcon value of a row.

Used by DaviColumn.

Implementation

typedef DaviIconValueMapper<DATA> = CellIcon? Function(DATA data);