appBar property

TextStyle get appBar

Implementation

static TextStyle get appBar => GoogleFonts.getFont(primaryFont,
    color: primaryColor,
    fontSize: 20,
    fontWeight: FontWeight.w700,
    fontStyle: FontStyle.normal);