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