sortsMillGoudyTextTheme static method

TextTheme sortsMillGoudyTextTheme([
  1. TextTheme? textTheme
])

Applies the Sorts Mill Goudy font family from Google Fonts to every TextStyle in the given textTheme.

See:

Implementation

static TextTheme sortsMillGoudyTextTheme([TextTheme? textTheme]) {
  return GoogleFonts._sortsMillGoudyTextTheme(textTheme);
}