BaseRefresh constructor

const BaseRefresh({
  1. Key? key,
  2. BaseRefreshController? controller,
  3. ScrollController? scrollController,
  4. BaseHeader? header,
  5. VoidCallback? onRefresh,
  6. BaseFooter? footer,
  7. VoidCallback? onLoad,
  8. Widget? child,
})

Implementation

const BaseRefresh(
    {super.key,
    this.controller,
    this.scrollController,
    this.header,
    this.onRefresh,
    this.footer,
    this.onLoad,
    this.child})
    : this.slivers = null;