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