scroll property
Widget
get
scroll
Implementation
Widget get scroll {
return SingleChildScrollView(
child: this,
);
}
Widget get scroll {
return SingleChildScrollView(
child: this,
);
}