anaheimTextTheme static method

TextTheme anaheimTextTheme([
  1. TextTheme? textTheme
])

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

See:

Implementation

static TextTheme anaheimTextTheme([TextTheme? textTheme]) {
  return GoogleFonts._anaheimTextTheme(textTheme);
}