cormorantGaramondTextTheme static method
Applies the Cormorant Garamond font family from Google Fonts to every
TextStyle in the given textTheme
.
See:
Implementation
static TextTheme cormorantGaramondTextTheme([TextTheme? textTheme]) {
return GoogleFonts._cormorantGaramondTextTheme(textTheme);
}