don't unnecessarily repaint FilamentWidget

This commit is contained in:
Nick Fisher
2024-03-06 19:17:03 +11:00
parent 6e7e918125
commit c797cfc3b7

View File

@@ -305,5 +305,5 @@ class TransparencyPainter extends CustomPainter {
} }
@override @override
bool shouldRepaint(covariant CustomPainter oldDelegate) => true; bool shouldRepaint(covariant CustomPainter oldDelegate) => false;
} }