goldmanTextTheme static method

TextTheme goldmanTextTheme([
  1. TextTheme? textTheme
])

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

See:

Implementation

static TextTheme goldmanTextTheme([TextTheme? textTheme]) {
  return GoogleFonts._goldmanTextTheme(textTheme);
}