Код: Выделить всё
topBar = {
TopAppBar(
title = { Text("Norm Calculator") },
actions = {
IconButton(onClick = onThemeToggle) {
Icon(
imageVector = if (isDarkMode) Icons.Default.WbSunny else Icons.Default.NightsStay,
contentDescription = "Toggle Theme"
)
}
}
)
}
.>
Подробнее здесь: https://stackoverflow.com/questions/796 ... ng-between
Мобильная версия