onScroll method

Widget onScroll()

Implementation

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