CoilImageWithCrossfade

@Composable()
fun CoilImageWithCrossfade(data: Any, modifier: Modifier, alignment: Alignment, contentScale: ContentScale, crossfadeDuration: Int, imageLoader: ImageLoader, shouldRefetchOnSizeChange: (ImageLoadState, IntSize) -> Boolean, onRequestCompleted: (ImageLoadState) -> Unit, error: (ImageLoadState.Error) -> Unit?, loading: () -> Unit?)
@Composable()
fun CoilImageWithCrossfade(request: ImageRequest, modifier: Modifier, alignment: Alignment, contentScale: ContentScale, crossfadeDuration: Int, imageLoader: ImageLoader, shouldRefetchOnSizeChange: (ImageLoadState, IntSize) -> Boolean, onRequestCompleted: (ImageLoadState) -> Unit, error: (ImageLoadState.Error) -> Unit?, loading: () -> Unit?)