topHeader property

Widget? topHeader
final

Widget that will be displayed on top of the sheet header.

It is drawn at the layer of the sheet widgets and is obscured by any other widget as the sheet fully opens.

Implementation

final Widget? topHeader;