Sizes this widget within the constraints of the available space within its parent Row, Column, or Flex widget.
@widgetFactory Widget flexible([int flex = 1]) { return this.flex(flex); }