singleChildScrollViewWidget method
Implementation
Widget singleChildScrollViewWidget(Widget current) => SingleChildScrollView(
physics: physics,
reverse: reverse,
primary: primary,
dragStartBehavior: dragStartBehavior,
controller: scrollController,
scrollDirection: scrollDirection ?? direction,
clipBehavior: clipBehavior ?? Clip.hardEdge,
child: current);