scrollX property
Widget
get
scrollX
Make widget scrollable horizontally.
Implementation
Widget get scrollX => SingleChildScrollView(scrollDirection: Axis.horizontal, child: this);
Make widget scrollable horizontally.
Widget get scrollX => SingleChildScrollView(scrollDirection: Axis.horizontal, child: this);