scrollableVertical property

Widget scrollableVertical

Implementation

Widget get scrollableVertical => SingleChildScrollView(
      scrollDirection: Axis.vertical,
      child: this,
    );