Package com.nyangzzi.scrollinganimation.core.scrollingVertical

Types

Link copied to clipboard
enum VerticalDirection : Enum<VerticalDirection>

Functions

Link copied to clipboard
fun ScrollingVertical(    modifier: Modifier = Modifier,     shape: Shape = RectangleShape,     deceleration: Float = 15.0f,     direction: VerticalDirection = VerticalDirection.TopToBottom,     content: @Composable BoxScope.() -> Unit)

Components that flow vertically