bodyMedium property
Implementation
TextStyle get bodyMedium => GoogleFonts.getFont(
'Readex Pro',
color: theme.primaryText,
fontWeight: FontWeight.normal,
fontSize: 14.0,
);
TextStyle get bodyMedium => GoogleFonts.getFont(
'Readex Pro',
color: theme.primaryText,
fontWeight: FontWeight.normal,
fontSize: 14.0,
);