RefreshScrollView constructor
const
RefreshScrollView({
- Key? key,
- RefreshConfig? refreshConfig,
- EdgeInsetsGeometry? padding,
- List<
Widget> slivers = const [], - bool noScrollBehavior = false,
- bool shrinkWrap = false,
- bool reverse = false,
- Axis scrollDirection = Axis.vertical,
- double anchor = 0.0,
- double? cacheExtent,
- ScrollController? controller,
- bool? primary,
- ScrollPhysics? physics,
- Key? center,
- int? semanticChildCount,
- DragStartBehavior dragStartBehavior = DragStartBehavior.start,
- ScrollViewKeyboardDismissBehavior keyboardDismissBehavior = ScrollViewKeyboardDismissBehavior.manual,
- Clip clipBehavior = Clip.hardEdge,
- ScrollBehavior? scrollBehavior,
- String? restorationId,
Implementation
const RefreshScrollView(
{super.key,
this.refreshConfig,
this.padding,
this.slivers = const [],
this.noScrollBehavior = false,
this.shrinkWrap = false,
this.reverse = false,
this.scrollDirection = Axis.vertical,
this.anchor = 0.0,
this.cacheExtent,
this.controller,
this.primary,
this.physics,
this.center,
this.semanticChildCount,
this.dragStartBehavior = DragStartBehavior.start,
this.keyboardDismissBehavior = ScrollViewKeyboardDismissBehavior.manual,
this.clipBehavior = Clip.hardEdge,
this.scrollBehavior,
this.restorationId});