uri property

Uri? uri

The URL of the picture fill symbol.

The URL is the address location of where the image is being stored. This address can come from an online source or from a locally stored location. In order to use a PictureFillSymbol from a URL, the symbol must be loaded asynchronously. Any properties that are changed while this symbol is loading will persist once the image has loaded.

Implementation

Uri? get uri => _uri.value;