toImage method

Future<Image> toImage()

Converts the picture to an Image.

Implementation

Future<Image> toImage() => picture.toImage(width, height);