beginShadow property

BoxShadow? beginShadow
final

The pull-down menu shadow at the moment of menu being opened.

Will interpolate to endShadow (on open) or from endShadow (on close).

Usually uses endShadow color with opacity set to 0 (for smooth color transition).

Implementation

final BoxShadow? beginShadow;