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