darkAppBarTheme property
Implementation
static AppBarTheme darkAppBarTheme = const AppBarTheme(
backgroundColor: AppColors.appBarColorDark,
elevation: 0,
iconTheme: IconThemeData(color: AppColors.scaffoldColorLight),
actionsIconTheme: IconThemeData(color: AppColors.scaffoldColorLight),
);