alataTextTheme static method

TextTheme alataTextTheme([
  1. TextTheme? textTheme
])

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

See:

Implementation

static TextTheme alataTextTheme([TextTheme? textTheme]) {
  return GoogleFonts._alataTextTheme(textTheme);
}