fixedColor property

Color fixedColor
final

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

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

Implementation

final Color fixedColor