<itemvalue="This constructor is only guaranteed to work when invoked as `const`. It may work as a non-constant invocation on some platforms which have access to compiler options at run-time, but most ahead-of-time compiled platforms will not have this information."/>
<itemvalue="The compilation configuration environment is not the same as the environment variables of a POSIX process. Those can be accessed on native platforms using `Platform.environment` from the `dart:io` library."/>
<itemvalue="increame"/>
<itemvalue="increame"/>
<itemvalue="finger toq"/>
<itemvalue="finger toq"/>
<itemvalue="For generated code only. @nodoc"/>
<itemvalue="For generated code only. @nodoc"/>
@ -70,8 +72,6 @@
<itemvalue="shininess"/>
<itemvalue="shininess"/>
<itemvalue="bump scale"/>
<itemvalue="bump scale"/>
<itemvalue="[parameters] - (optional) an object with one or more properties defining the material's appearance. Any property of the material (including any property inherited from [Material]) can be passed in here. The exception is the property [color], which can be passed in as a hexadecimal int and is 0xffffff (white) by default. [Color] is called internally."/>
<itemvalue="[parameters] - (optional) an object with one or more properties defining the material's appearance. Any property of the material (including any property inherited from [Material]) can be passed in here. The exception is the property [color], which can be passed in as a hexadecimal int and is 0xffffff (white) by default. [Color] is called internally."/>
<itemvalue="A material for shiny surfaces with specular highlights. The material uses a non-physically based [Blinn-Phong](https:en.wikipedia.orgwikiBlinn-Phong_shading_model) model for calculating reflectance. Unlike the Lambertian model used in the [MeshLambertMaterial] this can simulate shiny surfaces with specular highlights (such as varnished wood). [MeshPhongMaterial] uses per-fragment shading. Performance will generally be greater when using this material over the [MeshStandardMaterial] or [MeshPhysicalMaterial], at the cost of some graphical accuracy."/>