onRefresh property

Future<void> Function()? onRefresh
final

If set, the content will be wrapped with a RefreshIndicator.

Implementation

final Future<void> Function()? onRefresh;