clone method
Return a new material with the same parameters as this material.
Implementation
@override
MeshBasicMaterial clone() {
return MeshBasicMaterial()..copy(this);
}
Return a new material with the same parameters as this material.
@override
MeshBasicMaterial clone() {
return MeshBasicMaterial()..copy(this);
}