archivoNarrowTextTheme static method

TextTheme archivoNarrowTextTheme([
  1. TextTheme? textTheme
])

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

See:

Implementation

static TextTheme archivoNarrowTextTheme([TextTheme? textTheme]) {
  return GoogleFonts._archivoNarrowTextTheme(textTheme);
}