titleMedium property
Implementation
TextStyle get titleMedium => TextStyle(
fontFamily: 'General Sans',
color: theme.info,
fontWeight: FontWeight.w600,
fontSize: 18.0,
);
TextStyle get titleMedium => TextStyle(
fontFamily: 'General Sans',
color: theme.info,
fontWeight: FontWeight.w600,
fontSize: 18.0,
);