backgroundColor property

Color? backgroundColor
final

The fill color to use for an app bar's Material.

If null, then the AppBarTheme.backgroundColor is used. If that value is also null, then AppBar uses the overall theme's ColorScheme.primary.

Implementation

final Color? backgroundColor;