onLoad property

(dynamic Function()?) onLoad
final

Callback function executed when the button to load more items in the list is pressed. The button is only displayed if the value of the parameters loadButtonLabel and onLoad are different from null.

Implementation

final Function()? onLoad;