widthIn

fun Modifier.widthIn(min: CssSize? = null, max: CssSize? = null): Modifier(source)

Constrain the width of the component to be between min and max.