trykkerTextTheme static method

TextTheme trykkerTextTheme([
  1. TextTheme? textTheme
])

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

See:

Implementation

static TextTheme trykkerTextTheme([TextTheme? textTheme]) {
  return GoogleFonts._trykkerTextTheme(textTheme);
}