displayLarge property

TextStyle get displayLarge
override

Implementation

TextStyle get displayLarge => TextStyle(
      fontFamily: 'General Sans',
      color: theme.primaryText,
      fontWeight: FontWeight.w600,
      fontSize: 64.0,
    );