Atul Gupta
11/23/2023, 8:22 PMBottomSheetScaffold to full screen width?
I am using something like below but of no avail
BottomSheetScaffold(
modifier = Modifier.fillMaxWidth(),
...Atul Gupta
11/23/2023, 8:23 PMBottomSheetScaffold.kt hardcodes the width to BottomSheetMaxWidth to 640.dp . Is there way to override that?Stylianos Gakis
11/23/2023, 8:42 PMAtul Gupta
11/23/2023, 10:03 PMModalBottomSheet in my case BottomSheetScaffold uses the StandardBottomSheetStylianos Gakis
11/23/2023, 10:28 PMAtul Gupta
11/23/2023, 10:30 PMAnkit Kumar
11/24/2023, 5:25 PMAtul Gupta
11/24/2023, 6:42 PMfillMaxWidth only respects the incoming constraints and in this case that is set of 640.dp so child will not go beyond thatAtul Gupta
11/24/2023, 6:42 PM