lightAppBarTheme property
Implementation
static AppBarTheme lightAppBarTheme = const AppBarTheme(
backgroundColor: AppColors.appBarColorLight2,
elevation: 0,
iconTheme: IconThemeData(color: AppColors.appIconColorLight),
actionsIconTheme: IconThemeData(color: AppColors.appIconColorLight),
);