DefaultMinSizeSample
@Sampled
@Composable
fun DefaultMinSizeSample() {Constrain the size of the wrapped layout only when it would be otherwise unconstrained: the minWidth and minHeight constraints are only applied when the incoming corresponding constraint is 0.
@Sampled
@Composable
fun DefaultMinSizeSample() {Content updated: