unnaTextTheme static method

TextTheme unnaTextTheme([
  1. TextTheme? textTheme
])

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

See:

Implementation

static TextTheme unnaTextTheme([TextTheme? textTheme]) {
  return GoogleFonts._unnaTextTheme(textTheme);
}