alpha property

  1. @JsonKey(includeIfNull: false)
double? alpha
getter/setter pair

The transparency of the host's video. The value range is 0.0, 1.0. 0.0: Completely transparent. 1.0: (Default) Opaque.

Implementation

@JsonKey(includeIfNull: false)
double? alpha;