appBarBackground property

Color? appBarBackground
final

Background color theme for the app bar.

This color cannot be controlled separately with Flutter's standard ColorScheme class. FlexColorScheme enables you to specify an app bar color that is independent of the primary color in light theme and of dark theme's dark surface colored app bar.

If no color is given it defaults to the Flutter standard color scheme based light and dark app bar theme colors.

Implementation

final Color? appBarBackground;