galindoTextTheme static method

TextTheme galindoTextTheme([
  1. TextTheme? textTheme
])

Applies the Galindo font family from Google Fonts to every TextStyle in the given textTheme.

See:

Implementation

static TextTheme galindoTextTheme([TextTheme? textTheme]) {
  return GoogleFonts._galindoTextTheme(textTheme);
}