Wraps the widget with Expanded.
Expanded expanded({int flex = 1}) { return Expanded(flex: flex, child: this); }