ScrollableColumn

fun ScrollableColumn(modifier: Modifier = Modifier, verticalArrangement: Arrangement.Vertical = Arrangement.Top, horizontalAlignment: Alignment.Horizontal = Alignment.Start, state: ScrollState = rememberScrollState(), content: @Composable () -> Unit)

Deprecated

Use JchuScrollableColumn

Replace with

JchuScrollableColumn(modifier, verticalArrangement, horizontalAlignment, state, content)

Compatibility wrapper for the pre-3.0 prefixed API.