Properties
| Property | Type | Description |
|---|---|---|
| widthFactor | double? | The factor by which to multiply the child’s width. |
| heightFactor | double? | The factor by which to multiply the child’s height. |
| child | Map<String, dynamic>? | The widget to display inside the center. |
Documentation for Center
| Property | Type | Description |
|---|---|---|
| widthFactor | double? | The factor by which to multiply the child’s width. |
| heightFactor | double? | The factor by which to multiply the child’s height. |
| child | Map<String, dynamic>? | The widget to display inside the center. |