onRefresh property

(Future<void> Function()?) onRefresh
final

If onRefresh is not null, a RefreshIndicator will be placed and Pull to Refresh will be enabled.

onRefreshnullでない場合、RefreshIndicatorを配置し、Pull to Refreshを有効にします。

Implementation

final Future<void> Function()? onRefresh;