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