Properties
| Property | Type | Description |
|---|---|---|
maxHeight | double | The maximum height for the child if the parent’s height is unbounded. Defaults to double.infinity. |
maxWidth | double | The maximum width for the child if the parent’s width is unbounded. Defaults to double.infinity. |
child | StacWidget | The child widget represented as a JSON object. |
Example
Example 1: Limited Box with Default Constraints
- Dart
- JSON
- Preview