averageSansTextTheme static method

TextTheme averageSansTextTheme([
  1. TextTheme? textTheme
])

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

See:

Implementation

static TextTheme averageSansTextTheme([TextTheme? textTheme]) {
  return GoogleFonts._averageSansTextTheme(textTheme);
}