dimsuz
06/28/2021, 12:22 PMbeta09
?
ModalBottomSheetLayout(sheetContent = { Text("Hello, World") }) {
// empty content, but anything can be here
}
Adding the above immediately crashes my app with
java.lang.IllegalArgumentException: The initial value must have an associated anchor.
dimsuz
06/28/2021, 12:23 PMdimsuz
06/28/2021, 12:31 PM