onRefresh property

Future<void> Function()? onRefresh
final

When non-null, the picker list supports pull-to-refresh.

Implementation

final Future<void> Function()? onRefresh;