scrollX property

Widget get scrollX

Make widget scrollable horizontally.

Implementation

Widget get scrollX => SingleChildScrollView(scrollDirection: Axis.horizontal, child: this);