Properties
| Property | Type | Description |
|---|---|---|
| child | Map<String, dynamic>? | The widget to display inside the flexible widget. |
| flex | int | The flex factor to use for the flexible widget. Defaults to 1. |
| fit | FlexFit | How the child should be inscribed into the available space. Defaults to FlexFit.loose. |