header property

Widget? header
final

A non-reorderable widget displayed at the top.

This can be useful if you want to show content before the reorderable items without needing to nest the list in another Scrollable and thereby loose out on performance and autoscrolling.

Implementation

final Widget? header;