polygonColor property
- @JsonKey.new(fromJson: colorFromString, toJson: toColorString)
getter/setter pair
Default color of the cropping outline.
Implementation
@JsonKey(fromJson: colorFromString, toJson: toColorString)
Color? polygonColor;
Default color of the cropping outline.
@JsonKey(fromJson: colorFromString, toJson: toColorString)
Color? polygonColor;