Properties
| Property | Type | Description |
|---|---|---|
| opacity | double | The opacity value between 0.0 and 1.0 which controls the visibility of the child, with 0.0 being fully transparent (invisible) and 1.0 being fully opaque (visible). |
| child | Map<String, dynamic> | The child widget of the opacity. |