headlineLarge property

TextStyle get headlineLarge
override

Implementation

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