appBarTextStyle property

TextStyle appBarTextStyle
final

Implementation

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