Painter.fromDecodedImage constructor
- Image image
Implementation
factory Painter.fromDecodedImage(img.Image image) =>
Painter(Uint8List.fromList(img.encodeJpg(image).toList()));
factory Painter.fromDecodedImage(img.Image image) =>
Painter(Uint8List.fromList(img.encodeJpg(image).toList()));