PreferenceRadioGroupItem

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

Parameters

segment

optional segment key used to visually group items.

See also

Constructors

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

Properties

Link copied to clipboard
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