appBarTextStyle property
Implementation
static final TextStyle appBarTextStyle = _textStyle.copyWith(
color: AppColors.mineShaft,
fontSize: Dimens.fontSize24,
fontWeight: FontWeight.normal,
);
static final TextStyle appBarTextStyle = _textStyle.copyWith(
color: AppColors.mineShaft,
fontSize: Dimens.fontSize24,
fontWeight: FontWeight.normal,
);