literataTextTheme static method

TextTheme literataTextTheme([
  1. TextTheme? textTheme
])

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

See:

Implementation

static TextTheme literataTextTheme([TextTheme? textTheme]) {
  return GoogleFonts._literataTextTheme(textTheme);
}