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