header property

Widget? header
final

A non-reorderable header widget to show before the list.

If null, no header will appear at the top/left of the widget.

Implementation

final Widget? header;