cormorantGaramondTextTheme static method

TextTheme cormorantGaramondTextTheme([
  1. TextTheme? textTheme
])

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);
}