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