titleLarge property

TextStyle get titleLarge
override

Implementation

TextStyle get titleLarge => GoogleFonts.getFont(
      'Outfit',
      color: theme.primaryText,
      fontWeight: FontWeight.w500,
      fontSize: 22.0,
    );