lightBottomAppBarTheme property
Implementation
static BottomAppBarTheme lightBottomAppBarTheme = const BottomAppBarTheme(
color: AppColors.appBarColorLight,
elevation: 0,
);
static BottomAppBarTheme lightBottomAppBarTheme = const BottomAppBarTheme(
color: AppColors.appBarColorLight,
elevation: 0,
);