LiveSegmentationPainter constructor
LiveSegmentationPainter({})
Creates a painter for the given mask + styling.
Implementation
LiveSegmentationPainter({
required this.mask,
required this.maskColor,
this.showAllClasses = false,
this.mirrorHorizontally = false,
this.classColors = const <Color>[],
});