MEasyRefresh constructor
const
MEasyRefresh({
- Color? mainColor,
- required MPageState mPageState,
- required Future<
IndicatorResult> onGetData(), - required Widget child,
- ScrollController? scrollController,
- bool justReturnChild = false,
- Header? header,
- EasyRefreshController? easyRefreshController,
- bool? showLoadingWidget,
- Key? key,
Implementation
const MEasyRefresh({
this.mainColor,
required this.mPageState,
required this.onGetData,
required this.child,
this.scrollController,
this.justReturnChild = false,
this.header,
this.footer,
this.easyRefreshController,
this.showLoadingWidget,
super.key,
});