scrollable property

Widget get scrollable

Adds single child scroll view

Implementation

Widget get scrollable => SingleChildScrollView(child: this);