backgroundColor property
Overrides the default value of AppBar.backgroundColor in all descendant AppBar widgets.
See also:
- foregroundColor, which overrides the default value of AppBar.foregroundColor in all descendant AppBar widgets.
Implementation
Color? get backgroundColor => _data != null ? _data.backgroundColor : _backgroundColor;