VirtualBackgroundSource constructor

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

Implementation

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