cormorantUnicaseTextTheme static method

TextTheme cormorantUnicaseTextTheme([
  1. TextTheme? textTheme
])

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