reload property
void Function()
reload
getter/setter pair
Reloads the content of the scroll view, clearing its current data and calling loadMore.
Implementation
late void Function() reload;
Reloads the content of the scroll view, clearing its current data and calling loadMore.
late void Function() reload;