bodyLarge property
Implementation
TextStyle get bodyLarge => TextStyle(
fontFamily: 'General Sans',
color: theme.primaryText,
fontWeight: FontWeight.bold,
fontSize: 16.0,
);
TextStyle get bodyLarge => TextStyle(
fontFamily: 'General Sans',
color: theme.primaryText,
fontWeight: FontWeight.bold,
fontSize: 16.0,
);