size property
Size?
get
size
Returns the size of the image, or null if none.
Implementation
Size? get size => _imageData?.size;
Returns the size of the image, or null if none.
Size? get size => _imageData?.size;