appBarShadowColor property

Color appBarShadowColor

AppBar.shadowColor in all descendant widgets. Defaults to Colors.black.

Implementation

Color get appBarShadowColor => appBarTheme.shadowColor ?? Colors.black;