VirtualBackgroundSource constructor

VirtualBackgroundSource({
  1. VirtualBackgroundSourceType? backgroundSourceType,
  2. int? color,
  3. String? source,
  4. VirtualBackgroundBlurDegree blurDegree = VirtualBackgroundBlurDegree.High,
})

Constructs the VirtualBackgroundSource.

Implementation

VirtualBackgroundSource({
  this.backgroundSourceType,
  this.color,
  this.source,
  this.blurDegree = VirtualBackgroundBlurDegree.High,
});