header property

Widget? header
final

This appears below the appBar and above the body. It is sticky, meaning that if the body is scrollable - no matter how far you scroll this header will still be visible. If you want the header to be scrollable, attach it in the body. For simple headers comprised of just main text and subtext, you can use PueHeader to eliminate boilerplate.

Implementation

final Widget? header;