lightAppBarTheme property

AppBarTheme lightAppBarTheme
getter/setter pair

Implementation

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