inactiveColor property Null safety

Color inactiveColor
final

The foreground color of the icon and title for the BottomNavigationBarItems in the unselected state.

Defaults to a CupertinoDynamicColor that matches the disabled foreground color of the native UITabBar component. Cannot be null.

Implementation

final Color inactiveColor;