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