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