WidthConstrainedBox
fun WidthConstrainedBox(widths: List<Dp> = listOf(192.dp, 227.dp), comfortableHeight: Dp = 101.dp, content: @Composable () -> Unit)
A repeated preview to allow seeing the same component at multiple widths.
A repeated preview to allow seeing the same component at multiple widths.