CellFormatter<T extends DataGridRow> typedef
CellFormatter<T extends DataGridRow> =
String Function(T row, DataGridColumn<DataGridRow> column)
Formatter function to convert cell values to display strings.
Implementation
typedef CellFormatter<T extends DataGridRow> = String Function(T row, DataGridColumn column);