header property

Widget? header
final

Optional small widget placed above the title.

Provides additional context or branding above the main title. Typically used for breadcrumbs, status indicators, or secondary labels.

Implementation

final Widget? header;