YRefreshStaticListView constructor
YRefreshStaticListView({
- required List<
Widget> children, - dynamic onRefresh()?,
- ScrollController? scrollController,
- Header? header,
- dynamic onLoadMore()?,
- bool bottomBouncing = true,
- bool scrollbar = true,
- EdgeInsets padding = EdgeInsets.zero,
Implementation
YRefreshStaticListView({
required this.children,
this.onRefresh,
this.scrollController,
this.header,
this.footer,
this.onLoadMore,
this.bottomBouncing = true,
this.scrollbar = true,
this.padding = EdgeInsets.zero,
});