fixedColor property

Color? fixedColor
final

The color of the selected item when bottom navigation bar is BottomTabBarType.fixed.

If fixedColor is null then the theme's primary color, ThemeData.primaryColor, is used. However if BottomTabBar.type is BottomTabBarType.shifting then fixedColor is ignored.

Implementation

final Color? fixedColor;