Hello, I am trying to implement rememberSwipeableS...
# android
p
Hello, I am trying to implement rememberSwipeableState() function in Compose, but not able to resolve
rememberSwipeableState()
Copy code
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 ?
Copy code
implementation 'androidx.compose.material3:material3'
502 Views