titleMedium property
Implementation
TextStyle get titleMedium => GoogleFonts.getFont(
'Readex Pro',
color: theme.info,
fontWeight: FontWeight.normal,
fontSize: 18.0,
);
TextStyle get titleMedium => GoogleFonts.getFont(
'Readex Pro',
color: theme.info,
fontWeight: FontWeight.normal,
fontSize: 18.0,
);