🌈 Create new beautiful Compose Gradients with our new wesite ->
Compose Modifier

defaultMinSize

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.

DefaultMinSizeSample

@Sampled
@Composable
fun DefaultMinSizeSample() {

Content updated: