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