shadowColor property

Color? shadowColor
final

The color of the shadow below the app bar.

If this property is null, then BottomAppBarTheme.shadowColor of ThemeData.bottomAppBarTheme is used. If that is also null, the default value is fully opaque black for Material 2, and transparent for Material 3.

See also:

  • elevation, which defines the size of the shadow below the app bar.
  • shape, which defines the shape of the app bar and its shadow.

Implementation

final Color? shadowColor;