footerBuilder property

TableFooterBuilder? footerBuilder
final

A function that will be called on-demand for each cell in a footer in order to build a widget for that section of a footer.

If null, no footer will be built.

Implementation

final TableFooterBuilder? footerBuilder;