Wraps the widget in a Flexible widget with the given flex and fit.
Widget flexible({int flex = 1, FlexFit fit = FlexFit.loose}) => Flexible(flex: flex, fit: fit, child: this);