manjariTextTheme static method

TextTheme manjariTextTheme([
  1. TextTheme? textTheme
])

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

See:

Implementation

static TextTheme manjariTextTheme([TextTheme? textTheme]) {
  return GoogleFonts._manjariTextTheme(textTheme);
}