VirtualBackgroundOverlayPainter constructor

VirtualBackgroundOverlayPainter({
  1. required Image background,
  2. required SegmentationMask mask,
  3. bool mirrorHorizontally = false,
})

Implementation

VirtualBackgroundOverlayPainter({
  required this.background,
  required this.mask,
  this.mirrorHorizontally = false,
});