How can I implement a feature in Jetpack Compose similar to UIPickerView where the centered item in a LazyColumn is selected?
fellow developers! I’m transitioning from Swift to Jetpack Compose and I’m trying to replicate some behaviors that I’m used to from iOS development, specifically similar to what UIPickerView offers.