audiowideTextTheme static method

TextTheme audiowideTextTheme([
  1. TextTheme? textTheme
])

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

See:

Implementation

static TextTheme audiowideTextTheme([TextTheme? textTheme]) {
  return GoogleFonts._audiowideTextTheme(textTheme);
}