lexendTeraTextTheme static method

TextTheme lexendTeraTextTheme([
  1. TextTheme? textTheme
])

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

See:

Implementation

static TextTheme lexendTeraTextTheme([TextTheme? textTheme]) {
  return GoogleFonts._lexendTeraTextTheme(textTheme);
}