mulishTextTheme static method

TextTheme mulishTextTheme([
  1. TextTheme? textTheme
])

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

See:

Implementation

static TextTheme mulishTextTheme([TextTheme? textTheme]) {
  return GoogleFonts._mulishTextTheme(textTheme);
}