Properties
| Property | Type | Description |
|---|---|---|
| alignment | StacAlignment? | The alignment of the child within the fractionally sized box. |
| widthFactor | double? | The fraction of the available width to use. |
| heightFactor | double? | The fraction of the available height to use. |
| child | Map<String, dynamic>? | The widget to display inside the fractionally sized box. |