onRefresh property

Future<void> Function()? onRefresh
final

A callback function that is triggered when the user pulls to refresh the list.

Implementation

final Future<void> Function()? onRefresh;