exoTextTheme static method

TextTheme exoTextTheme([
  1. TextTheme? textTheme
])

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

See:

Implementation

static TextTheme exoTextTheme([TextTheme? textTheme]) {
  return GoogleFonts._exoTextTheme(textTheme);
}