clone method

Implementation

@override
MeshStandardMaterial clone() {
  return MeshStandardMaterial(<String, dynamic>{}).copy(this);
}