appBarColor property

Color? appBarColor
final

The color of the app bar.

In light mode an app bar's theme color will in standard Material themes default to primary color and to surface color in dark mode. FlexSchemeColor allows you to define a color for the app bar theme that differs from this default.

Implementation

final Color? appBarColor;