Wraps the widget with Expanded.
Expanded
Example:
Container().expand();
Widget expand({int flex = 1}) => Expanded(flex: flex, child: this!);