ListBoxRow

@Composable
fun ListBoxRow(modifier: Modifier = Modifier, activatable: Boolean = true, selectable: Boolean = true, child: @Composable () -> Unit)

Parameters

activatable

The property determines whether the ListBox::row-activated signal will be emitted for this row.

selectable

The property determines whether this row can be selected.