subtitleTile property

TextStyle get subtitleTile

Implementation

static TextStyle get subtitleTile => GoogleFonts.getFont(primaryFont,
    color: secondaryColor,
    fontSize: fontSizesSubtitle,
    fontWeight: FontWeight.w400,
    fontStyle: FontStyle.normal);