BodyMask constructor
BodyMask({
- required Float64List buffer,
- required int width,
- required int height,
Implementation
BodyMask({
required this.buffer,
required this.width,
required this.height,
});