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