pridiTextTheme static method

TextTheme pridiTextTheme([
  1. TextTheme? textTheme
])

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

See:

Implementation

static TextTheme pridiTextTheme([TextTheme? textTheme]) {
  return GoogleFonts._pridiTextTheme(textTheme);
}