sizeIn

fun Modifier.sizeIn(minWidth: CssSize? = null, minHeight: CssSize? = null, maxWidth: CssSize? = null, maxHeight: CssSize? = null): Modifier(source)

Constrain the size (both width and height) of the component to be between min and max.