backgroundColor property

Color? get backgroundColor

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

See also:

Implementation

Color? get backgroundColor => _data != null ? _data.backgroundColor : _backgroundColor;