RefreshLayout constructor
const
RefreshLayout({})
Implementation
const RefreshLayout({
Key? key,
required this.child,
this.showEmptyView,
this.onRefresh,
this.onLoad,
this.emptyWidget,
this.header,
this.footer,
}) : super(key: key);