noMoreItemsBuilder property

(Widget? Function()?) noMoreItemsBuilder
final

A function that can be used to create a widget to display a custom No more items widget

Implementation

final Widget? Function()? noMoreItemsBuilder;