header property

Widget? header
final

Optional persistent widget that floats above the panel and attaches to the top of the panel. Content at the top of the panel will be covered by this widget. Add padding to the bottom of the panel to avoid coverage.

Implementation

final Widget? header;