onRefresh property

Future<void> Function()? onRefresh
final

A callback function that is triggered on a pull-to-refresh gesture.

Implementation

final Future<void> Function()? onRefresh;