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