VirtualBackgroundOverlayPainter constructor
VirtualBackgroundOverlayPainter({
- required Image background,
- required SegmentationMask mask,
- bool mirrorHorizontally = false,
Implementation
VirtualBackgroundOverlayPainter({
required this.background,
required this.mask,
this.mirrorHorizontally = false,
});