PreferenceRadioGroupItem

data class PreferenceRadioGroupItem(val id: String, val annotation: PreferenceAnnotation? = null, val segment: Int = 0, val enabled: Boolean = true, val title: @Composable () -> String)

Parameters

segment

optional segment key to group items based on in PreferenceRadioGroup and PreferenceRadioGroupPicker.

Constructors

Link copied to clipboard
constructor(id: String, annotation: PreferenceAnnotation? = null, segment: Int = 0, enabled: Boolean = true, title: @Composable () -> String)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val id: String
Link copied to clipboard
Link copied to clipboard
val title: @Composable () -> String