I'm using a BottomSheetScaffold because I want my ...
# compose
c
I'm using a BottomSheetScaffold because I want my screen to have a permanent bottom sheet (similar to google maps, etc) Using that Scaffold I can set a
Copy code
topBar = {}, content{}
but I'm trying to set my topBar to be transparent so that my content (which includes a full bleed image) draws under the topBar, but I can't get it to draw under. Is there anyway in a Scaffold/BottomSheetScaffold to tell my toolbar to allow the content to draw underneath?