displayMedium property
Implementation
TextStyle get displayMedium => GoogleFonts.getFont(
'Outfit',
color: theme.primaryText,
fontWeight: FontWeight.normal,
fontSize: 44.0,
);
TextStyle get displayMedium => GoogleFonts.getFont(
'Outfit',
color: theme.primaryText,
fontWeight: FontWeight.normal,
fontSize: 44.0,
);