Slide 59
Slide 59 text
skill のコード:selectable+role+group+48dp
Row(Modifier
.selectable(selected, role = Role.RadioButton, sc-camel-on-click = onClick)
.heightIn(min = 48.dp)
// タップ48dp
) { Text(text); if (selected) Icon(CheckCircle, sc-camel-content-description = null) }
// 親 Column に Modifier.selectableGroup()
// 選択チェックは"色以外"の手がかり
59