bottomNavigationBarBackgroundSchemeColor property

SchemeColor? bottomNavigationBarBackgroundSchemeColor
final

Select which color from the passed in ColorScheme to use as background color for the bottom navigation bar.

All colors in the color scheme are not good choices, but some work well.

If not defined it defaults to theme.colorScheme.background color, same as Flutter SDK default un-themed BottomNavigationBar widget behavior.

Implementation

final SchemeColor? bottomNavigationBarBackgroundSchemeColor;