headlineMedium property
Implementation
TextStyle get headlineMedium => GoogleFonts.getFont(
'Rubik',
color: theme.primaryText,
fontWeight: FontWeight.w600,
fontSize: 28.0,
);
TextStyle get headlineMedium => GoogleFonts.getFont(
'Rubik',
color: theme.primaryText,
fontWeight: FontWeight.w600,
fontSize: 28.0,
);