darkAppBarTheme property

AppBarTheme darkAppBarTheme
getter/setter pair

Implementation

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