rowBuilder property
A function that will be called on-demand for each row displayed in order to build a widget of a row of the table.
In case of this function returning null, the corresponding row will be replaced with a placeholder. This enables additional behaviour described in a placeholderBuilder property.
Implementation
final TableRowBuilder rowBuilder;