ImagePickerButton

internal fun ImagePickerButton(text: String, icon: ImageVector, enabled: Boolean, onClick: () -> Unit, modifier: Modifier = Modifier)(source)

Renders the ImagePickerButton UI for the SDAI presentation layer.

Author

Dmitriy Moroz

Parameters

text

text value consumed by the API.

icon

icon value consumed by the API.

enabled

enabled value consumed by the API.

onClick

callback invoked when the user activates the control.

modifier

Compose modifier applied to the rendered UI.