clone method

SymbolImage 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.

Implementation

SymbolImage clone() {
  return SymbolImage(_image.clone());
}