const factory PrintBitmap.fromPixel({ required Uint8List byteColors, required int width, required int height, }) = _FromPixel;