insideScroll method

Widget insideScroll()

Implementation

Widget insideScroll() {
  return SingleChildScrollView(child: this);
}