ComboBoxProjection

class ComboBoxProjection<E>(contentModel: ComboBoxContentModel<E>, presentationModel: ComboBoxPresentationModel<E>)

Functions

Link copied to clipboard
@Composable
fun project(modifier: Modifier = Modifier, interactionSource: MutableInteractionSource = remember { MutableInteractionSource() })

Properties

Link copied to clipboard
val contentModel: ComboBoxContentModel<E>
Link copied to clipboard
val presentationModel: ComboBoxPresentationModel<E>