header property Null safety
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;
A non-reorderable header item to show before the items of the list.
If null, no header will appear before the list.
final Widget? header;