GalleryUiItem
fun GalleryUiItem(modifier: Modifier = Modifier, item: GalleryGridItemUi, checked: Boolean = false, onClick: (GalleryGridItemUi) -> Unit = {}, onLongClick: () -> Unit = {}, onCheckedChange: (Boolean) -> Unit = {}, selectionMode: Boolean = false)(source)
Renders the GalleryUiItem UI for the SDAI presentation layer.
Author
Dmitriy Moroz
Parameters
modifier
Compose modifier applied to the rendered UI.
item
item value consumed by the API.
checked
checked value consumed by the API.
onClick
callback invoked when the user activates the control.
onLongClick
callback invoked by the component.
onCheckedChange
callback invoked by the component.
selectionMode
selection mode value consumed by the API.