finderLineColor property
- @JsonKey(fromJson: colorFromString, toJson: toColorString)
read / write
Foreground color of the detection overlay.
Implementation
@JsonKey(fromJson: colorFromString, toJson: toColorString)
///Foreground color of the detection overlay.
Color? finderLineColor;