setFillEmissiveStrength method
- double fillEmissiveStrength
Controls the intensity of light emitted on the source features. This property works only with 3D light, i.e. when lights root property is defined.
Implementation
Future<void> setFillEmissiveStrength(double fillEmissiveStrength) =>
messager.setFillEmissiveStrength(id, fillEmissiveStrength);