automotive-design-compose
automotive-design-compose copied to clipboard
ImageContext does not provide useful data when node constraints set to scale
The @Composable (ImageReplacementContext) -> Bitmap? customization provides context for the node whose background will be replaced with an image. However if the node is set to scale constraints, the ImageReplacementContext data will not have useful size information for that node.