darkBottomNavigationBarTheme property
Implementation
static BottomNavigationBarThemeData darkBottomNavigationBarTheme =
BottomNavigationBarThemeData(
backgroundColor: AppColors.appBarColorDark,
selectedItemColor: AppColors.primaryColor,
unselectedItemColor: AppColors.txtBodyColorDark,
);