Piotr Prus
04/02/2025, 8:13 PMprogress
of material3 ModalBottomSheet? There is a progress parameter in material library, but not in the material3. I guess it may be cause material3 modal is now popup. 😞Piotr Prus
04/03/2025, 3:57 AMLaunchedEffect(sheetState) {
snapshotFlow {
1f - (sheetState.requireOffset() / screenHeightPx).coerceIn(0f, 1f)
}.collect { progress ->
println("Progress: $progress")
}
}