Expands the widget
Example:
Text('Hello').expand()
Widget expand({int flex = 1}) { return Expanded(flex: flex, child: this); }