armataTextTheme static method

TextTheme armataTextTheme([
  1. TextTheme? textTheme
])

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

See:

Implementation

static TextTheme armataTextTheme([TextTheme? textTheme]) {
  return GoogleFonts._armataTextTheme(textTheme);
}