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