insideScrollAndExpand method

Widget insideScrollAndExpand()

Implementation

Widget insideScrollAndExpand() {
  return Expanded(child: SingleChildScrollView(child: this));
}