onRefresh property

VoidCallback? onRefresh
final

callback when header refresh

when the callback is happening,you should use RefreshController to end refreshing state,else it will keep refreshing state

Implementation

final VoidCallback? onRefresh;