PreferenceRadioGroupItem
data class PreferenceRadioGroupItem(val id: String, val badge: Badge? = null, val segment: Int = 0, val enabled: Boolean = true, val icon: Painter? = null, val description: String? = null, val title: @Composable () -> String)
Parameters
segment
optional segment key used to visually group items.