header property

Widget? header
final

A widget to display at the top of the layout.

Typically used for titles, navigation bars, or other header content.

Implementation

final Widget? header;