header property

Widget? header
final

A non-reorderable header item to show before the items of the list.

If null, no header will appear before the list.

Implementation

final Widget? header;