BpkItem

data class BpkItem(val title: AnnotatedString, val subtitle: AnnotatedString, val icon: BpkIcon, val onItemSelected: () -> Unit, val tertiaryLabel: String? = null)

Constructors

Link copied to clipboard
constructor(title: AnnotatedString, subtitle: AnnotatedString, icon: BpkIcon, onItemSelected: () -> Unit, tertiaryLabel: String? = null)

Properties

Link copied to clipboard
Link copied to clipboard
val onItemSelected: () -> Unit
Link copied to clipboard
Link copied to clipboard
val tertiaryLabel: String? = null
Link copied to clipboard