Wraps this widget in an Expanded widget.
Widget expanded({int flex = 1}) { return Expanded( flex: flex, child: this, ); }