lexendZettaTextTheme static method

TextTheme lexendZettaTextTheme([
  1. TextTheme? textTheme
])

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

See:

Implementation

static TextTheme lexendZettaTextTheme([TextTheme? textTheme]) {
  return GoogleFonts._lexendZettaTextTheme(textTheme);
}