ScrollLoading constructor
ScrollLoading({
- required Widget child,
- FutureOr<
void> onTopStart()?, - VoidCallback? onTopEnd,
- WidgetBuilder? topIndicator,
- FutureOr<
void> onBottomStart()?, - VoidCallback? onBottomEnd,
- WidgetBuilder? bottomIndicator,
Implementation
ScrollLoading({required this.child, this.onTopStart, this.onTopEnd, this.topIndicator, this.onBottomStart, this.onBottomEnd, this.bottomIndicator});