dimsuz
Box { Image(contentScale = FillBounds, painter = painterResource(R.drawable.myPng)) Content() // can by of various height depending on the children }
Content()
Image
Filip Wiesner
Modifier.matchParentSize()
Size the element to match the size of the Box after all other content elements have been measured
A modern programming language that makes developers happier.