backgroundColor property

  1. @JsonKey(includeToJson: false)
Color? backgroundColor
getter/setter pair

The overlay background color, around the finder view rectangle

Implementation

@JsonKey(includeToJson: false)
Color? backgroundColor;