onRefresh property

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

Callback function on pull down to refresh | 下拉刷新时的回调函数

Implementation

final Future<void> Function()? onRefresh;