shouldRepaint method
Always repaint since bubbles are constantly moving
Implementation
@override
bool shouldRepaint(CustomPainter oldDelegate) => true;
Always repaint since bubbles are constantly moving
@override
bool shouldRepaint(CustomPainter oldDelegate) => true;