EasyTableIconValueMapper<ROW> typedef

EasyTableIconValueMapper<ROW> = CellIcon? Function(ROW row)

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

Used by EasyTableColumn.

Implementation

typedef EasyTableIconValueMapper<ROW> = CellIcon? Function(ROW row);