GalleryDetailActionButton

internal fun GalleryDetailActionButton(modifier: Modifier = Modifier, icon: @Composable () -> Unit, label: String, onClick: () -> Unit)(source)

Renders the GalleryDetailActionButton UI for the SDAI presentation layer.

Author

Dmitriy Moroz

Parameters

modifier

Compose modifier applied to the rendered UI.

icon

icon value consumed by the API.

label

label value consumed by the API.

onClick

callback invoked when the user activates the control.