Widget scrollable([Axis direction = Axis.vertical]) => SingleChildScrollView(scrollDirection: direction, child: this);