onRefresh property
A callback function that is triggered when the user pulls to refresh the list.
Implementation
final Future<void> Function()? onRefresh;
A callback function that is triggered when the user pulls to refresh the list.
final Future<void> Function()? onRefresh;