farsanTextTheme static method

TextTheme farsanTextTheme([
  1. TextTheme? textTheme
])

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

See:

Implementation

static TextTheme farsanTextTheme([TextTheme? textTheme]) {
  return GoogleFonts._farsanTextTheme(textTheme);
}