shouldRepaint method
Whether the painter should repaint when the size changes.
Defaults to false. Override this getter if your shape painter needs to repaint when the size changes.
Implementation
@override
bool shouldRepaint(covariant CustomPainter oldDelegate) => false;