Properties
| Property | Type | Description |
|---|---|---|
| backgroundColor | StacColor | The background color of the drawer. |
| elevation | double | The z-coordinate at which to place this drawer. |
| shadowColor | StacColor | The color of the drawer’s shadow. |
| surfaceTintColor | StacColor | The surface tint color of the drawer. |
| shape | StacShapeBorder | The shape of the drawer. |
| width | double | The width of the drawer. |
| child | StacWidget | The widget below this widget in the tree. |
| semanticLabel | String | The semantic label for the drawer. |
| clipBehavior | StacClip | The clip behavior of the drawer. |