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