androidx.media3.ui.compose.modifiers
Extension functions summary
Modifier |
@UnstableApi Attempts to size the original content rectangle to be inscribed into a destination by applying a specified |
Extension functions
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.