type property

String? type
getter/setter pair

The type of the shadow.

This property is read-only. Possible string values are:

  • "SHADOW_TYPE_UNSPECIFIED" : Unspecified shadow type.
  • "OUTER" : Outer shadow.

Implementation

core.String? type;