backgroundColor property
final
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
final Color? backgroundColor;