shadowIntensity property

num? shadowIntensity
final

Controls the opacity of the shadow. Set to 0 to turn off the shadow entirely.

Defaultes to 0. Should be any any value between 0 and 1.

<model-viewer> official document: https://modelviewer.dev/docs/#entrydocs-lightingandenv-attributes-shadowIntensity

Implementation

final num? shadowIntensity;