onRefresh property
Callback that will be called when the user pulls down the list.
Implementation
final Future<void> Function()? onRefresh;
Callback that will be called when the user pulls down the list.
final Future<void> Function()? onRefresh;