VirtualBackgroundSource constructor Null safety
- {VirtualBackgroundSourceType? backgroundSourceType,
- Color? color,
- String? source}
Constructs a VirtualBackgroundSource
Implementation
VirtualBackgroundSource({this.backgroundSourceType, this.color, this.source});