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