header property

Widget? header
final

The widget on top of the rest of the bottom sheet. Usually used to make a non-scrollable area

Implementation

final Widget? header;