YOLOOverlayTheme class

Theme configuration for YOLO overlays.

Constructors

YOLOOverlayTheme({Color boundingBoxColor = Colors.red, double boundingBoxWidth = 2.0, Color textColor = Colors.white, double textSize = 12.0, FontWeight textWeight = FontWeight.bold, Color labelBackgroundColor = Colors.black54})
const

Properties

boundingBoxColor Color
final
boundingBoxWidth double
final
hashCode int
The hash code for this object.
no setteroverride
labelBackgroundColor Color
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
textColor Color
final
textSize double
final
textWeight FontWeight
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
override