Category "custom-painting"

How do I get to tap on a CustomPaint path in Flutter using GestureDetect?

I'm very new to flutter and am trying to figure out how to get a gesture detected on a CustomPaint path. I can click on a host of other things but not on paths

painting house using custom paint

I have an svg image with its path and i wanna create a listener and paint on a specific path which i have clicked or selected it. Color _fillColor = Colors.cyan