alpha property

  1. @JsonKey(name: 'alpha')
double? alpha
final

The transparency of the watermark or background image. The range of the value is 0.0,1.0: 0.0: Completely transparent. 1.0: (Default) Opaque.

Implementation

@JsonKey(name: 'alpha')
final double? alpha;