Yingding Wang
04/25/2022, 1:10 PMToggleChip(
modifier = modifier,
checked = checked,
toggleControl = {
ToggleChipDefaults.switchIcon(checked = checked)
},
onCheckedChange = {
checked = it
},
Is there any additional steps in toggleControl
I will need to display the switch icon as that of Alpha 20?Kseniia Shumelchyk
04/25/2022, 1:48 PMYingding Wang
04/25/2022, 2:13 PMcontentDescription
” also makes sense.