farroTextTheme static method

TextTheme farroTextTheme([
  1. TextTheme? textTheme
])

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

See:

Implementation

static TextTheme farroTextTheme([TextTheme? textTheme]) {
  return GoogleFonts._farroTextTheme(textTheme);
}