shouldRepaint method
- DetectionOverlayPainter oldDelegate
Implementation
@override
bool shouldRepaint(DetectionOverlayPainter oldDelegate) =>
oldDelegate.detections != detections;
@override
bool shouldRepaint(DetectionOverlayPainter oldDelegate) =>
oldDelegate.detections != detections;