clone method
Creates a clone of this TilePicture.
The underlying ui.Image is also cloned if it exists.
Implementation
TilePicture clone() {
return TilePicture._(_picture, _image?.clone());
}
Creates a clone of this TilePicture.
The underlying ui.Image is also cloned if it exists.
TilePicture clone() {
return TilePicture._(_picture, _image?.clone());
}