ShoppableImageItem

constructor(key: T, @FloatRange(from = 0.0, to = 1.0) xCoordinate: Float, @FloatRange(from = 0.0, to = 1.0) yCoordinate: Float, tagPosition: TagPosition = TagPosition.Vertical.TopCenter, content: @Composable () -> Unit, onClick: () -> Unit)