libreFranklinTextTheme static method

TextTheme libreFranklinTextTheme([
  1. TextTheme? textTheme
])

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

See:

Implementation

static TextTheme libreFranklinTextTheme([TextTheme? textTheme]) {
  return GoogleFonts._libreFranklinTextTheme(textTheme);
}