subHeader property

Widget? subHeader
final

The widget shown at the top of the front layer.

When the front layer is minimized (back layer revealed), the entire subHeader will be visible unless headerHeight is specified.

Implementation

final Widget? subHeader;