Djuro
08/05/2024, 12:50 PMBottomSheetScaffold
and its content. Inside there is a column of elements. I want to show the first element and make it 'offset' above the bottomSheet, the issue is that it is getting cropped out by its parent of course. How can I achieve this behavior
This is a sample picture. I really hope I was able to explain what I mentAlex Styl
08/05/2024, 12:57 PMModifier.offset()
. Apply it at the content of your sheet and it should do the trickDjuro
08/05/2024, 12:58 PMoffset
is what I am using, but it is clipping the contentDjuro
08/05/2024, 12:58 PM.zIndex(1000f)
modifier to itAlex Styl
08/05/2024, 1:02 PMAlex Styl
08/05/2024, 1:03 PMDjuro
08/05/2024, 1:34 PMAlex Styl
08/05/2024, 1:49 PMephemient
08/05/2024, 2:24 PMAlex Styl
08/05/2024, 3:51 PMephemient
08/05/2024, 4:03 PMephemient
08/06/2024, 2:35 AMAlex Styl
08/06/2024, 8:28 AM