rowBuilder property

TableAdvancedRow Function(T item) rowBuilder
final

The builder for table rows, depending on the shown item.

Implementation

final TableAdvancedRow Function(T item) rowBuilder;