scrollable property
SingleChildScrollView
get
scrollable
Wrap this column with a scrollable widget
Implementation
SingleChildScrollView get scrollable => SingleChildScrollView(
child: this,
);