footer property Null safety
final
A non-reorderable footer item to show after the items of the list.
If null, no footer will appear after the list.
Implementation
final Widget? footer;
A non-reorderable footer item to show after the items of the list.
If null, no footer will appear after the list.
final Widget? footer;