headlineLarge property

TextStyle get headlineLarge
override

Implementation

TextStyle get headlineLarge => GoogleFonts.getFont(
      'Outfit',
      color: theme.primaryText,
      fontWeight: FontWeight.w600,
      fontSize: 32.0,
    );