lexendGigaTextTheme static method

TextTheme lexendGigaTextTheme([
  1. TextTheme? textTheme
])

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

See:

Implementation

static TextTheme lexendGigaTextTheme([TextTheme? textTheme]) {
  return GoogleFonts._lexendGigaTextTheme(textTheme);
}