onRefresh property

Future<void> Function()? onRefresh
final

When non-null, wraps the list in a pull-to-refresh control.

Implementation

final Future<void> Function()? onRefresh;