metamorphousTextTheme static method

TextTheme metamorphousTextTheme([
  1. TextTheme? textTheme
])

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

See:

Implementation

static TextTheme metamorphousTextTheme([TextTheme? textTheme]) {
  return GoogleFonts._metamorphousTextTheme(textTheme);
}