header property

Widget? header
final

Unscrollable widget fixed at the top of the sheet content.

It is drawn at the the top of every other widget. This header remains visible regardless of the scroll.

Implementation

final Widget? header;