devhyeon0312
LazyRow( modifier = modifier .pointerInput(Unit) { detectHorizontalDragGestures { change, dragAmount -> coroutineScope.launch { //Not Work : My Problem } } } ) { ... }
Chrimaeon
A modern programming language that makes developers happier.