AdaptiveRefreshableScrollView constructor
const
AdaptiveRefreshableScrollView({
- Key? key,
- ScrollController? controller,
- required List<
Widget> slivers, - Future<
void> onRefresh()?, - Widget? header,
- ScrollPhysics? physics,
- Clip clipBehavior = Clip.hardEdge,
- bool reverse = false,
- ScrollBehavior? scrollBehavior,
- bool shrinkWrap = false,
- Color? color,
- Color? refreshControlBackgroundColor,
- Color? refreshIndicatorBackgroundColor,
- EdgeInsets padding = EdgeInsets.zero,
Implementation
const AdaptiveRefreshableScrollView({
super.key,
this.controller,
required this.slivers,
this.onRefresh,
this.header,
this.physics,
this.clipBehavior = Clip.hardEdge,
this.reverse = false,
this.scrollBehavior,
this.shrinkWrap = false,
this.color,
this.refreshControlBackgroundColor,
this.refreshIndicatorBackgroundColor,
this.padding = EdgeInsets.zero,
});