MeshGouraudMaterial constructor

MeshGouraudMaterial([
  1. Map<MaterialProperty, dynamic>? parameters
])

Implementation

MeshGouraudMaterial([Map<MaterialProperty, dynamic>? parameters]) : super() {
  _init();
  setValues(parameters);
}