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