singleScrollView method
Implementation
SingleChildScrollView singleScrollView({Axis scrollDirection = Axis.vertical}) => SingleChildScrollView(child: this, scrollDirection: scrollDirection);
SingleChildScrollView singleScrollView({Axis scrollDirection = Axis.vertical}) => SingleChildScrollView(child: this, scrollDirection: scrollDirection);