footer property

Widget? footer
final

The footer widget for the site.

The display is dependent on useFullFooter; below the content when useFullFooter is false; below the everything when useFullFooter is true.

Implementation

final Widget? footer;