Returns a new flexible widget with the given flex.
Flexible flexible({Key? key, int flex = 1}) { return Flexible(key: key, flex: flex, child: this); }