shadowColor property

Color? shadowColor
final

The color used to paint a drop shadow under the dialog's Material, which reflects the dialog'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;