hindMaduraiTextTheme static method

TextTheme hindMaduraiTextTheme([
  1. TextTheme? textTheme
])

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

See:

Implementation

static TextTheme hindMaduraiTextTheme([TextTheme? textTheme]) {
  return GoogleFonts._hindMaduraiTextTheme(textTheme);
}