RefreshControl constructor
const
RefreshControl({
- Key? key,
- Widget? child,
- Future<
RefreshState> onRefresh()?, - Future<
RefreshState> onLoading()?, - bool enablePullUp = false,
Implementation
const RefreshControl({
Key? key,
this.child,
this.onRefresh,
this.onLoading,
this.enablePullUp = false,
}) : super(key: key);