molengoTextTheme static method

TextTheme molengoTextTheme([
  1. TextTheme? textTheme
])

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

See:

Implementation

static TextTheme molengoTextTheme([TextTheme? textTheme]) {
  return GoogleFonts._molengoTextTheme(textTheme);
}