headlineLarge property
Implementation
TextStyle get headlineLarge => GoogleFonts.getFont(
'Outfit',
color: theme.primaryText,
fontWeight: FontWeight.w600,
fontSize: 32.0,
);
TextStyle get headlineLarge => GoogleFonts.getFont(
'Outfit',
color: theme.primaryText,
fontWeight: FontWeight.w600,
fontSize: 32.0,
);