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