yanoneKaffeesatzTextTheme static method

TextTheme yanoneKaffeesatzTextTheme([
  1. TextTheme? textTheme
])

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

See:

Implementation

static TextTheme yanoneKaffeesatzTextTheme([TextTheme? textTheme]) {
  return GoogleFonts._yanoneKaffeesatzTextTheme(textTheme);
}