NestedSingleChildScrollView constructor

const NestedSingleChildScrollView({
  1. Key? key,
  2. Axis scrollDirection = Axis.vertical,
  3. bool reverse = false,
  4. EdgeInsetsGeometry? padding,
  5. bool? primary,
  6. ScrollPhysics? physics,
  7. ScrollController? controller,
  8. Widget? child,
  9. DragStartBehavior dragStartBehavior = DragStartBehavior.start,
  10. Clip clipBehavior = Clip.hardEdge,
  11. HitTestBehavior hitTestBehavior = HitTestBehavior.opaque,
  12. String? restorationId,
  13. ScrollViewKeyboardDismissBehavior keyboardDismissBehavior = ScrollViewKeyboardDismissBehavior.manual,
  14. bool wantKeepAlive = true,
})

Implementation

const NestedSingleChildScrollView({
  super.key,
  super.scrollDirection,
  super.reverse,
  super.padding,
  super.primary,
  super.physics,
  super.controller,
  super.child,
  super.dragStartBehavior,
  super.clipBehavior,
  super.hitTestBehavior,
  super.restorationId,
  super.keyboardDismissBehavior,
  this.wantKeepAlive = true,
});