ScrollLoading constructor

ScrollLoading({
  1. required Widget child,
  2. FutureOr<void> onTopStart()?,
  3. VoidCallback? onTopEnd,
  4. WidgetBuilder? topIndicator,
  5. FutureOr<void> onBottomStart()?,
  6. VoidCallback? onBottomEnd,
  7. WidgetBuilder? bottomIndicator,
})

Implementation

ScrollLoading({required this.child, this.onTopStart, this.onTopEnd, this.topIndicator, this.onBottomStart, this.onBottomEnd, this.bottomIndicator});