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