YRefreshContainer constructor
YRefreshContainer({
- required Widget child,
- dynamic onRefresh()?,
- ScrollController? scrollController,
- Header? header,
- dynamic onLoadMore()?,
- bool bottomBouncing = true,
- bool scrollbar = true,
Implementation
YRefreshContainer({
required this.child,
this.onRefresh,
this.scrollController,
this.header,
this.footer,
this.onLoadMore,
this.bottomBouncing = true,
this.scrollbar = true,
});