lexendPetaTextTheme static method

TextTheme lexendPetaTextTheme([
  1. TextTheme? textTheme
])

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

See:

Implementation

static TextTheme lexendPetaTextTheme([TextTheme? textTheme]) {
  return GoogleFonts._lexendPetaTextTheme(textTheme);
}