RefreshView constructor
RefreshView({})
Implementation
RefreshView({
required this.child,
this.onRefresh,
this.onLoading,
this.hasNextPage,
this.dataController,
this.emptyMsg,
this.emptyIcon,
this.isShowEmptyNoMoreTips = true,
});