CustomLabel constructor

CustomLabel({
  1. double? confidence,
  2. Geometry? geometry,
  3. String? name,
})

Implementation

CustomLabel({
  this.confidence,
  this.geometry,
  this.name,
});