efemoney
10/22/2025, 9:18 AMPainter using a Brush (eg gradients and other shaders)?
I am thinking to use drawWithContent but the issue is that I have this chain:
Modifier
.drawWithContent(...) // <- I want to tint/blend *only* the painter but this will tint/blend everything underneath
.paint(painter, ...)
.otherContentOrOverlay()
.(...)