size property

Size? get size

Returns the size of the image, if any.

Implementation

Size? get size => _imageData?.size;