tekoTextTheme static method

TextTheme tekoTextTheme([
  1. TextTheme? textTheme
])

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

See:

Implementation

static TextTheme tekoTextTheme([TextTheme? textTheme]) {
  return GoogleFonts._tekoTextTheme(textTheme);
}