ebGaramondTextTheme static method

TextTheme ebGaramondTextTheme([
  1. TextTheme? textTheme
])

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

See:

Implementation

static TextTheme ebGaramondTextTheme([TextTheme? textTheme]) {
  return GoogleFonts._ebGaramondTextTheme(textTheme);
}