How is `DismissableDrawerSheet` in `material3` sup...
# compose
c
How is
DismissableDrawerSheet
in
material3
supposed to be used?
Copy code
DismissableDrawerSheet {
    Text("Test")
}
just displays the text, without any kind of background nor option to dismiss it
👀 1