NestedSingleChildScrollView constructor
      const
      NestedSingleChildScrollView({ 
    
    
- Key? key,
- Axis scrollDirection = Axis.vertical,
- bool reverse = false,
- EdgeInsetsGeometry? padding,
- bool? primary,
- ScrollPhysics? physics,
- ScrollController? controller,
- Widget? child,
- DragStartBehavior dragStartBehavior = DragStartBehavior.start,
- Clip clipBehavior = Clip.hardEdge,
- HitTestBehavior hitTestBehavior = HitTestBehavior.opaque,
- String? restorationId,
- ScrollViewKeyboardDismissBehavior keyboardDismissBehavior = ScrollViewKeyboardDismissBehavior.manual,
- 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,
});