clone method
Return a new material with the same parameters as this material.
Implementation
@override
MeshPhongMaterial clone() {
return MeshPhongMaterial(<MaterialProperty, dynamic>{}).copy(this);
}
Return a new material with the same parameters as this material.
@override
MeshPhongMaterial clone() {
return MeshPhongMaterial(<MaterialProperty, dynamic>{}).copy(this);
}