francoisOneTextTheme static method

TextTheme francoisOneTextTheme([
  1. TextTheme? textTheme
])

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

See:

Implementation

static TextTheme francoisOneTextTheme([TextTheme? textTheme]) {
  return GoogleFonts._francoisOneTextTheme(textTheme);
}