MEasyRefreshNoData constructor
MEasyRefreshNoData(
- MPageState mPageState, {
- Widget? child,
- required Future<
IndicatorResult> onGetData(), - RxList? dataList,
- bool? showLoadingWidget,
Implementation
MEasyRefreshNoData(this.mPageState,
{this.child,
required this.onGetData,
this.dataList,
this.showLoadingWidget});