Is there any way to have `ModalDrawer` wrap it's c...
# compose
b
Is there any way to have
ModalDrawer
wrap it's content width? It seems to be hard-coded to the full available width minus 56dp, or am I missing something? The Material guide even says "_*Note:* The 
layout_width
 and 
layout_height
 attributes should be set to 
wrap_content
, `match_parent`_ ", which ironically appears right below the announcement for drawer being in Jetpack Compose 😉 https://www.material.io/components/navigation-drawer/android#using-navigation-drawers