VirtualBackgroundSource.image constructor

VirtualBackgroundSource.image({
  1. required String sourcePath,
})

Implementation

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