lightBottomNavigationBarTheme property
Implementation
static BottomNavigationBarThemeData lightBottomNavigationBarTheme =
BottomNavigationBarThemeData(
backgroundColor: AppColors.appBarColorLight,
selectedItemColor: AppColors.primaryColor,
unselectedItemColor: AppColors.txtBodyColorLight,
);