picture property

Picture? picture

The raw picture.

This picture's lifecycle will be managed by the provider. It will be reused as long as the picture does not change, and disposed when the provider loses all of its listeners or it is unset. Once it has been disposed, it will return null.

Implementation

Picture? get picture => _picture;