shadowColor property
Overrides the default value of AppBar.shadowColor in all descendant AppBar widgets.
Implementation
Color? get shadowColor => _data != null ? _data.shadowColor : _shadowColor;
Overrides the default value of AppBar.shadowColor in all descendant AppBar widgets.
Color? get shadowColor => _data != null ? _data.shadowColor : _shadowColor;