VRefreshIndicator constructor

VRefreshIndicator({
  1. required Future<void> onRefresh(),
  2. required Widget child,
})

Implementation

VRefreshIndicator({required this.onRefresh, required this.child});