Properties
| Property | Type | Description |
|---|---|---|
| child | StacWidget | The widget to display inside the flexible widget. |
| flex | int | The flex factor to use for the flexible widget. Defaults to 1. |
| fit | StacFlexFit | How the child should be inscribed into the available space. Defaults to FlexFit.loose. |