CellBackgroundBuilder<ROW> typedef

CellBackgroundBuilder<ROW> = Color? Function(RowData<ROW> data)

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

Used by EasyTableColumn.

Implementation

typedef CellBackgroundBuilder<ROW> = Color? Function(RowData<ROW> data);