addScrollView method

Widget addScrollView()

Implementation

Widget addScrollView() {
  return SingleChildScrollView(
    child: this,
  );
}