rowContainerBuilder property

IndexedBackgroundBuilder? rowContainerBuilder
final

The builder callback used to build the container of each row in the table. Can be used, for example, to add a background color for each row in the table.

Implementation

final IndexedBackgroundBuilder? rowContainerBuilder;