header property
The header widget for the site.
The display is dependent on useFullHeader; above the content when useFullHeader is false; above the everything when useFullHeader is true.
Implementation
final Widget? header;
The header widget for the site.
The display is dependent on useFullHeader; above the content when useFullHeader is false; above the everything when useFullHeader is true.
final Widget? header;