onRefresh property

Future<void> Function()? onRefresh
final

Callback that will be called when the user pulls down the list.

Implementation

final Future<void> Function()? onRefresh;