PixelPainter constructor

PixelPainter(
  1. Uint8List rgbaValues,
  2. Size imgSize
)

Implementation

PixelPainter(this.rgbaValues, this.imgSize);