shadowColor property

Color? shadowColor
final

The color used for the drop shadow to indicate elevation.

If null, NavigationDrawerThemeData.shadowColor is used. If that is also null, the default value is Colors.transparent which indicates that no drop shadow will be displayed.

See Material.shadowColor for more details on drop shadows.

Implementation

final Color? shadowColor;