BodyMask constructor

BodyMask({
  1. required Float64List buffer,
  2. required int width,
  3. required int height,
})

Implementation

BodyMask({
  required this.buffer,
  required this.width,
  required this.height,
});