titleLarge property

TextStyle get titleLarge
override

Implementation

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