displayLarge property

TextStyle get displayLarge
override

Implementation

TextStyle get displayLarge => GoogleFonts.getFont(
      'Outfit',
      color: theme.primaryText,
      fontWeight: FontWeight.normal,
      fontSize: 64.0,
    );