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