shadowColor property

Color? shadowColor
final

The color of the shadow below the app bar.

If this property is null, then the ambient AppBarThemeData.shadowColor is used. If that is also null, the default value is fully opaque black.

This property is used to configure an AppBar.

Implementation

final Color? shadowColor;