finderLineColor property

  1. @JsonKey(toJson: toColorString)
Color? finderLineColor
read / write

Foreground color of the detection overlay.

Implementation

@JsonKey(toJson: toColorString)

///Foreground color of the detection overlay.
Color? finderLineColor;