DismissibleDrawerSheet
Spark DismissibleDrawerSheet.
An DismissibleDrawerSheet is a simple dismissible drawer sheet with content inside.
Parameters
the Modifier to be applied to this drawer's content
defines the shape of this drawer's container
the color used for the background of this drawer. Use Color.Transparent to have no color.
the preferred color for content inside this drawer. Defaults to either the matching content color for drawerContainerColor, or to the current LocalContentColor if drawerContainerColor is not a color from the theme.
when drawerContainerColor is ColorScheme.surface, a translucent main color overlay is applied on top of the container. A higher tonal elevation value will result in a darker color in light theme and lighter color in dark theme. See also: Surface.
a window insets for the sheet.
content inside of a dismissible navigation drawer