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