ScrollableColumn or ScrollableRow function is dele...
# compose
n
g
Yes. You can replace it with any of: •
LazyColumn
LazyRow
Column
with a
Modifier.verticalScroll(rememberScrollState())
Row
with a
Modifier.horizontalScroll(rememberScrollState())
👍 1
n
Thx.