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?)