FaceBoundingBoxOverlay constructor
const
FaceBoundingBoxOverlay({})
Implementation
const FaceBoundingBoxOverlay({
super.key,
required this.faces,
required this.imageSize,
required this.widgetSize,
this.boxColor = Colors.green,
this.strokeWidth = 2.0,
this.showLabels = false,
this.mirror = true,
});