VirtualBackgroundSource constructor Null safety

VirtualBackgroundSource(
  1. {VirtualBackgroundSourceType? backgroundSourceType,
  2. Color? color,
  3. String? source}
)

Constructs a VirtualBackgroundSource

Implementation

VirtualBackgroundSource({this.backgroundSourceType, this.color, this.source});