VirtualBackgroundSource.image constructor
VirtualBackgroundSource.image({
- required String sourcePath,
Implementation
VirtualBackgroundSource.image({
required super.sourcePath,
}) : super(
sourceType: $p.VirtualBackgroundSourceType.image,
sourceColor: 0x000000,
);