Widget scrollable({final Axis scrollDirection = Axis.vertical}) => SingleChildScrollView( scrollDirection: scrollDirection, child: this, );