scrollable property
Widget
get
scrollable
Adds single child scroll view
Implementation
Widget get scrollable => SingleChildScrollView(child: this);
Adds single child scroll view
Widget get scrollable => SingleChildScrollView(child: this);