shadowColor property

Color? get shadowColor

Overrides the default value of AppBar.shadowColor in all descendant AppBar widgets.

Implementation

Color? get shadowColor => _data != null ? _data.shadowColor : _shadowColor;