dbaelz
05/13/2023, 10:29 AMStylianos Gakis
05/13/2023, 2:16 PMBoxWithConstraints(Modifier.fillMaxSize(), propagateMinConstraints = true) {
val maxHeight = this.maxHeight
val maxWidth = this.maxWidth
}
And then go from there, implement everything inside that box.
This does introduce one SubcomposeLayout, so it is maybe not optimal, so if someone can come up with a better idea I’m also all ears.dbaelz
05/13/2023, 2:29 PM