appBarBackgroundSchemeColor property

SchemeColor? appBarBackgroundSchemeColor
final

Defines which Theme based ColorScheme based color the AppBar background uses.

If not defined, AppBar uses the color defined in FlexColorScheme.appBarBackground. If made with FlexColorScheme.light or FlexColorScheme.dark, then the enum FlexAppBarStyle in property appBarStyle, is used to determine the AppBar color and background.

The themed AppBar background color is typically determined by defined FlexAppBarStyle in FlexColorScheme.light or FlexColorScheme.dark. This property is an override that offers more quick config options by allowing picking a color from the effective ColorScheme different from options offered via FlexColorScheme.light and FlexColorScheme.dark ([appBarStyle) factory parameter.

Implementation

final SchemeColor? appBarBackgroundSchemeColor;