< /p>
Вот код: < /p>
Код: Выделить всё
LazyRow(
verticalAlignment = Alignment.CenterVertically
) {
items(productList) { product ->
ProductItem(cartViewModel, product, onProductClicked)
}
item {
SecondaryButton(
modifier = Modifier.padding(horizontal = 56.dp),
text = stringResource(R.string.view_all),
endIconResId = SystemIcons.ChevronRight
) {
onViewAllClicked()
}
}
}Подробнее здесь: https://stackoverflow.com/questions/797 ... in-compose
Мобильная версия