header property

Widget? header
final

The header of the pane.

If null, the space it should have taken will be removed from the pane (PaneDisplayMode.minimal and PaneDisplayMode.open only).

Usually a Text or an Image.

Top Pane Header Left Pane Header

Implementation

final Widget? header;