footer property
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;
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.
final Widget? footer;