clone method
Creates a clone of this SymbolImage.
The underlying ui.Image is also cloned, and it will only be disposed
when all clones have been disposed.
Implementation
SymbolImage clone() {
return SymbolImage(_image.clone());
}
Creates a clone of this SymbolImage.
The underlying ui.Image is also cloned, and it will only be disposed
when all clones have been disposed.
SymbolImage clone() {
return SymbolImage(_image.clone());
}