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