frauncesTextTheme static method

TextTheme frauncesTextTheme([
  1. TextTheme? textTheme
])

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

See:

Implementation

static TextTheme frauncesTextTheme([TextTheme? textTheme]) {
  return GoogleFonts._frauncesTextTheme(textTheme);
}