scrollableX method
Wraps the widget in a SingleChildScrollView for horizontal scrolling.
Implementation
Widget scrollableX() =>
SingleChildScrollView(scrollDirection: Axis.horizontal, child: this);
Wraps the widget in a SingleChildScrollView for horizontal scrolling.
Widget scrollableX() =>
SingleChildScrollView(scrollDirection: Axis.horizontal, child: this);