backgroundColor property
The color to use for the app bar's material. Typically this should be set along with brightness, iconTheme, textTheme.
If this property is null, then ThemeData.appBarTheme.color
is used,
if that is also null, then ThemeData.primaryColor is used.
Implementation
final Color? backgroundColor;