loadingWidget property

Widget? loadingWidget
final

A Widget to display at the end of the contained ListView if the user scrolls to the bottom of the ListView before the source stream is done.

Implementation

final Widget? loadingWidget;