Piotr Prus
progress
LaunchedEffect(sheetState) { snapshotFlow { 1f - (sheetState.requireOffset() / screenHeightPx).coerceIn(0f, 1f) }.collect { progress -> println("Progress: $progress") } }
A modern programming language that makes developers happier.