Is there a way to change a width of the `drawer` i...
# compose-desktop
e
Is there a way to change a width of the
drawer
in
Scaffold
or
ModalDrawerLayout
? It takes almost all screen when opened
👀 3
🙏 2
b
I've been looking for the same thing, but I don't think there is. If you look at the source code of
ModalDrawer
it is harcoded to be 56dp less than the width of the screen. There is no way to make it wrap_content like the old drawer 😞