shadowColor property

Color? shadowColor
final

The color used to paint a drop shadow under the drawer's Material, which reflects the drawer's elevation.

If null and ThemeData.useMaterial3 is true then no drop shadow will be rendered.

If null and ThemeData.useMaterial3 is false then it will default to ThemeData.shadowColor.

See also:

Implementation

final Color? shadowColor;