ShoppableImageItem

constructor(key: T, @FloatRange(from = 0.0, to = 1.0) xCoordinate: Float, @FloatRange(from = 0.0, to = 1.0) yCoordinate: Float, content: @Composable () -> Unit, contentDescription: String? = null, onClick: () -> Unit? = null)