loadMoreItemsErrorWidget property

(Widget Function(dynamic error)?) loadMoreItemsErrorWidget
final

The widget to show when the load call fails.

This will be shown at the bottom of the list.

Implementation

final Widget Function(dynamic error)? loadMoreItemsErrorWidget;