footer property

Widget? footer
final

A non-reorderable widget displayed at the bottom.

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

Implementation

final Widget? footer;