RefreshGeneralFrameworkWidget constructor
const
RefreshGeneralFrameworkWidget({
- Key? key,
- required Widget child,
- required bool isLastPage,
- required Future<
void> onRefreshTop(), - required Future<
void> onRefreshBottom(), - Widget? noMoreWidget,
- Widget? loadingWidget,
- EdgeInsetsGeometry? padding,
- ScrollController? scrollController,
Implementation
const RefreshGeneralFrameworkWidget({
super.key,
required this.child,
required this.isLastPage,
required this.onRefreshTop,
required this.onRefreshBottom,
this.noMoreWidget,
this.loadingWidget,
this.padding,
this.scrollController,
});