scrollable method
Wraps the column with a SingleChildScrollView.
Implementation
Widget scrollable() {
return SingleChildScrollView(child: this);
}
Wraps the column with a SingleChildScrollView.
Widget scrollable() {
return SingleChildScrollView(child: this);
}