changaTextTheme static method

TextTheme changaTextTheme([
  1. TextTheme? textTheme
])

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

See:

Implementation

static TextTheme changaTextTheme([TextTheme? textTheme]) {
  return GoogleFonts._changaTextTheme(textTheme);
}