ImageListItem

fun ImageListItem(navigateToPhotoRoute: () -> Unit, offsetX: Animatable<Float, AnimationVector1D>)

Composable function for rendering an image list item.

Parameters

navigateToPhotoRoute

Callback function to navigate to the photo route.

offsetX

Animatable property to control the X-axis offset for animation.