EasyTableCellBuilder<ROW> typedef

EasyTableCellBuilder<ROW> = Widget Function(BuildContext context, RowData<ROW> data)

Signature for a function that builds a widget for a given row.

Used by EasyTableColumn.

Implementation

typedef EasyTableCellBuilder<ROW> = Widget Function(
    BuildContext context, RowData<ROW> data);