lightBottomNavigationBarTheme property

BottomNavigationBarThemeData lightBottomNavigationBarTheme
getter/setter pair

Implementation

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