footer property

Widget? footer
final

Optional footer row rendered below the body and above pagination. The caller is responsible for laying out its own content (typically a Row of summary cells sized to match column widths). When non-null the table wraps it with a top border and the header background color for visual consistency.

Implementation

final Widget? footer;