Prasanth
08/22/2023, 10:41 AMrememberSwipeableState()
val swipeableState = rememberSwipeableState(0)
On the Material and Material2 Compose there was a SwipeableState and a swipeable option on the Modifier. But in Material3 this doesn't exist, at all. How can i achieve this in Material3 ?
implementation 'androidx.compose.material3:material3'
ascii
08/22/2023, 2:18 PM