UJbig2Bitmap(this.width, this.height, {int fill = 0}) : data = Uint8List(width * height) { if (fill != 0) data.fillRange(0, data.length, 1); }