footer property

Widget? footer
final

The widget to show over the bottom of the SfDataGrid.

This footer will be displayed like normal row and shown below to last row.

See also,

SfDataGrid.footerHeight – This enables you to change the height of the footer.

Implementation

final Widget? footer;