scrollableHorizontal property

Widget scrollableHorizontal

Implementation

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