alatsiTextTheme static method

TextTheme alatsiTextTheme([
  1. TextTheme? textTheme
])

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

See:

Implementation

static TextTheme alatsiTextTheme([TextTheme? textTheme]) {
  return GoogleFonts._alatsiTextTheme(textTheme);
}