resizeWithContentScale
Functions summary
Modifier |
@UnstableApiAttempts to size the original content rectangle to be inscribed into a destination by applying a specified |
Functions
Modifier.resizeWithContentScale
Artifact: androidx.media3:media3-ui-compose
@UnstableApi
@Composable
fun Modifier.resizeWithContentScale(
contentScale: ContentScale,
sourceSizeDp: Size?,
density: Density = LocalDensity.current
): Modifier
Attempts to size the original content rectangle to be inscribed into a destination by applying a specified ContentScale type.