enriquetaTextTheme static method

TextTheme enriquetaTextTheme([
  1. TextTheme? textTheme
])

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

See:

Implementation

static TextTheme enriquetaTextTheme([TextTheme? textTheme]) {
  return GoogleFonts._enriquetaTextTheme(textTheme);
}