DetectionResultRowIndicatorColumn constructor

DetectionResultRowIndicatorColumn(
  1. BoundingBox boundingBox,
  2. bool isLeft
)

Implementation

DetectionResultRowIndicatorColumn(BoundingBox boundingBox, this.isLeft)
    : super(boundingBox);