Wraps the widget in an Expanded widget with the given flex.
Widget expand([int flex = 1]) => Expanded(flex: flex, child: this);