bottomAppBarSchemeColor property

SchemeColor? bottomAppBarSchemeColor
final

Defines which Theme based ColorScheme based color the BottomAppBar uses as background color.

The BottomAppBarTheme has no properties for foreground color. If you use a background color that requires different contrast color than the active theme's surface colors, you will need to set their colors on widget level.

Implementation

final SchemeColor? bottomAppBarSchemeColor;