onScroll method
Wraps this widget in a SingleChildScrollView to make it scrollable.
Implementation
Widget onScroll() {
return SingleChildScrollView(child: this);
}
Wraps this widget in a SingleChildScrollView to make it scrollable.
Widget onScroll() {
return SingleChildScrollView(child: this);
}