shadowColor property
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:
- Material.shadowColor, which describes how the drop shadow is painted.
- elevation, which affects how the drop shadow is painted.
- surfaceTintColor, which can be used to indicate elevation through tinting the background color.
Implementation
final Color? shadowColor;