quandoTextTheme static method

TextTheme quandoTextTheme([
  1. TextTheme? textTheme
])

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

See:

Implementation

static TextTheme quandoTextTheme([TextTheme? textTheme]) {
  return GoogleFonts._quandoTextTheme(textTheme);
}