YOLOOverlayTheme constructor
const
YOLOOverlayTheme({})
Implementation
const YOLOOverlayTheme({
this.boundingBoxColor = Colors.red,
this.boundingBoxWidth = 2.0,
this.textColor = Colors.white,
this.textSize = 12.0,
this.textWeight = FontWeight.bold,
this.labelBackgroundColor = Colors.black54,
});