exo2TextTheme static method

TextTheme exo2TextTheme([
  1. TextTheme? textTheme
])

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

See:

Implementation

static TextTheme exo2TextTheme([TextTheme? textTheme]) {
  return GoogleFonts._exo2TextTheme(textTheme);
}