finderLineColor property

  1. @JsonKey(toJson: toColorString)
Color? finderLineColor
getter/setter pair

Foreground color of the detection overlay.

Implementation

@JsonKey(toJson: toColorString)

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