scrollVertical property
Widget
get
scrollVertical
Implementation
Widget get scrollVertical {
return SingleChildScrollView(
scrollDirection: Axis.vertical,
child: this,
);
}
Widget get scrollVertical {
return SingleChildScrollView(
scrollDirection: Axis.vertical,
child: this,
);
}