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 | Map<String, dynamic>? | The child widget represented as a JSON object. |