darkAppBarTheme constant

AppBarTheme const darkAppBarTheme

Implementation

static const darkAppBarTheme = AppBarTheme(
  elevation: 0,
  centerTitle: true,
  backgroundColor: tBlackColor,
  iconTheme: IconThemeData(color: tWhiteColor, size: 18.0),
  actionsIconTheme: IconThemeData(color: tWhiteColor, size: 18.0),
);