fondamentoTextTheme static method

TextTheme fondamentoTextTheme([
  1. TextTheme? textTheme
])

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

See:

Implementation

static TextTheme fondamentoTextTheme([TextTheme? textTheme]) {
  return GoogleFonts._fondamentoTextTheme(textTheme);
}