alpha property
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(name: 'alpha')
final double? alpha;
The transparency of the host's video. The value range is 0.0,1.0
.
0.0: Completely transparent.
1.0: (Default) Opaque.
@JsonKey(name: 'alpha')
final double? alpha;