infiniteScroll property

bool infiniteScroll
final

TODO: implement functionality to the widget.

Enables/Disables infinite scrolling of list widget. If set, itemCount value will be ignored, Note: infinite scroll functionality could be enabled by setting itemCount to null.

If unset, defaults to the false.

Implementation

final bool infiniteScroll;