bottomNavigationBarSchemeColor property

SchemeColor? bottomNavigationBarSchemeColor
final

Defines which Theme based ColorScheme based color the bottom navigation bar selected icon and text uses.

If not defined it defaults to primary color. This differs from the BottomNavigationBar's default theme that uses secondary color. If you use SchemeColor.secondary you get the default design back.

Implementation

final SchemeColor? bottomNavigationBarSchemeColor;