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