androidx.compose.foundation.layout.Box() Modifier.paint() never calls drawContent()
“ sesserdda sihTb/178201337. Considering that this CL makes the behavior of Modifier.paint similar to that of Modifier.drawBehind, I think this should also address the need for Modifier.background(painter) since Modifier.paint now has this behavior by default. I can see an argument for adding Modifier.background(painter) for the sake of discoverability but it would end up calling Modifier.paint with similar parameters (except size to intrinsics being default false instead of true to make sure the background does not affect the size of the composable.) ”