expose method
Exposes the underlying ui.Image for direct use.
Use with caution, as the caller is responsible for not disposing the image while it is still in use by this SymbolImage or its clones.
Implementation
ui.Image expose() => _image;
Exposes the underlying ui.Image for direct use.
Use with caution, as the caller is responsible for not disposing the image while it is still in use by this SymbolImage or its clones.
ui.Image expose() => _image;