YOLODetectionPainter constructor
YOLODetectionPainter({
- required List<
YOLOResult> detections, - required bool showConfidence,
- required bool showClassName,
- required YOLOOverlayTheme theme,
Implementation
YOLODetectionPainter({
required this.detections,
required this.showConfidence,
required this.showClassName,
required this.theme,
});