backgroundColor property Null safety
final
Overrides the default value of AppBar.backgroundColor in all descendant AppBar widgets.
See also:
- foregroundColor, which overrides the default value for AppBar.foregroundColor in all descendant widgets.
Implementation
final Color? backgroundColor;