androidx.media3.ui.compose.modifiers

Extension functions summary

Modifier
@UnstableApi
@Composable
Modifier.resizeWithContentScale(
    contentScale: ContentScale,
    sourceSizeDp: Size?,
    density: Density
)

Attempts to size the original content rectangle to be inscribed into a destination by applying a specified ContentScale type.

Extension functions

resizeWithContentScale

@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.